website_collections = { { title = "参考手册", websites = { { name = "GCC手册", url = "https://gcc.gnu.org/onlinedocs/gcc", newWindow = true }, { name = "POSIX API", url = "https://pubs.opengroup.org/onlinepubs/9699919799.2018edition", newWindow = true }, { name = "Boost Libraries", url = "https://www.boost.org", newWindow = true }, { name = "Material UI", url = "https://material-ui.com", newWindow = true }, { name = "C++参考手册", url = "https://zh.cppreference.com", newWindow = true }, { name = "Qt Blog", url = "https://www.qt.io/blog", newWindow = true }, { name = "Lua手册", url = "https://www.lua.org/manual/5.4/manual.html", newWindow = true }, { name = "x86 AT&T汇编", favicon = "https://hackr.io/tutorials/assembly-language/logo-assembly-language.svg", url = "https://flint.cs.yale.edu/cs421/papers/x86-asm/asm.html", newWindow = true }, { name = "Using as", url = "https://sourceware.org/binutils/docs/as/", newWindow = true }, { name = "x86指令集参考", favicon = "https://c9x.me/x86/icon/siyobik.ico", url = "https://c9x.me/x86/", newWindow = true } } }, { title = "工作学习", websites = { { name = "Gitee", url = "https://gitee.com", newWindow = true }, { name = "LeetCode", url = "https://leetcode-cn.com/problemset/all/?page=1&sort=DESCENDING&order=AC_RATE", newWindow = true }, { name = "Google翻译", favicon = "GTranslateIcon", url = "https://translate.google.cn", newWindow = true }, { name = "极客时间", favicon = "http://static001.geekbang.org/static/time/icon/apple-touch-icon.jpg", url = "https://time.geekbang.org", newWindow = true } } }, { title = "娱乐", websites = { { name = "哔哩哔哩", url = "https://www.bilibili.com/", newWindow = true }, { name = "动漫花园", url = "http://share.dmhy.org", newWindow = true }, { name = "片源网", favicon = "MovieIcon", url = "https://pianyuan.org", newWindow = true }, { name = "射手网", url = "https://assrt.net", newWindow = true }, { name = "知轩藏书", url = "http://zxcs.me/", favicon = "http://zxcs.me/favicon.ico", newWindow = true } } } }