From f9853010674871105d4e14fac9eb6323ffb83ced Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sat, 22 May 2021 18:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=88=97=E8=A1=A8=EF=BC=882021-05-22=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/js/frostNavLinks.js | 288 +++++++++++++++++++----------- 1 file changed, 187 insertions(+), 101 deletions(-) diff --git a/public/static/js/frostNavLinks.js b/public/static/js/frostNavLinks.js index f430361..69873c4 100644 --- a/public/static/js/frostNavLinks.js +++ b/public/static/js/frostNavLinks.js @@ -1,9 +1,9 @@ // 导航链接列表 -// 更新:2021-05-09 +// 更新:2021-05-22 var frostNavLinks = { // 版本号 - version: '20210509-5', + version: '20210522-5', // 列表 list: [ // 主分类 @@ -326,7 +326,7 @@ var frostNavLinks = { ] }, { - title: '创作 / 制作', + title: '创作 / 开发 / 制作', icon: 'el-icon-edit', sub: [ { @@ -342,6 +342,11 @@ var frostNavLinks = { title: 'CODE CHINA - GitHub 加速计划', update: '2021-04-16' }, + { + link: 'https://git-scm.com/', + title: 'Git', + update: '2021-05-22' + }, { link: 'https://gitee.com/', title: 'Gitee(码云)', @@ -355,38 +360,100 @@ var frostNavLinks = { ] }, { - title: '编程', + title: '开发', + sub: [ + { + title: '工具', + links: [ + { + link: 'https://developer.android.google.cn/studio/', + title: 'Android Studio', + update: '2021-02-07' + }, + { + link: 'http://www.codeblocks.org/', + title: 'Code::Blocks', + update: '2021-02-07' + }, + { + link: 'http://www.eclipse.org/', + title: 'Eclipse', + update: '2021-02-07' + }, + { + link: 'https://developers.google.cn/blockly/', + title: 'Google Blockly', + update: '2021-02-07' + }, + { + link: 'https://www.python.org/', + title: 'Python', + update: '2021-02-07' + }, + { + link: 'https://code.visualstudio.com/', + title: 'Visual Studio Code', + update: '2021-02-07' + } + ] + }, + { + title: '前端', + links: [ + { + link: 'https://www.bootcss.com/', + title: 'Bootstrap 中文网', + update: '2021-02-08' + }, + { + link: 'https://highlightjs.org/', + title: 'highlight.js', + update: '2021-02-08' + }, + { + link: 'https://jquery.com/', + title: 'jQuery', + update: '2021-02-08' + }, + { + link: 'http://www.jq22.com/', + title: 'jQuery 插件库', + update: '2021-02-08' + }, + { + link: 'http://www.htmleaf.com/', + title: 'jQuery 之家', + update: '2021-02-08' + }, + { + link: 'http://layer.layui.com/', + title: 'layer', + update: '2021-02-08' + }, + { + link: 'https://leafletjs.com/', + title: 'Leaflet - 可交互的地图', + update: '2021-02-08' + }, + { + link: 'http://threejs.org/', + title: 'three.js – JavaScript 3D library', + update: '2021-02-08' + } + ] + }, + ], links: [ { - link: 'https://developer.android.google.cn/studio/', - title: 'Android Studio', - update: '2021-02-07' + link: 'https://nodejs.org/', + title: 'Node.js', + update: '2021-05-22' }, { - link: 'http://www.codeblocks.org/', - title: 'Code::Blocks', - update: '2021-02-07' + link: 'https://vuejs.org/', + title: 'Vue.js', + update: '2021-05-22' }, - { - link: 'http://www.eclipse.org/', - title: 'Eclipse', - update: '2021-02-07' - }, - { - link: 'https://developers.google.cn/blockly/', - title: 'Google Blockly', - update: '2021-02-07' - }, - { - link: 'https://www.python.org/', - title: 'Python', - update: '2021-02-07' - }, - { - link: 'https://code.visualstudio.com/', - title: 'Visual Studio Code', - update: '2021-02-07' - } ] }, { @@ -433,6 +500,21 @@ var frostNavLinks = { } ] }, + { + title: '写作', + links: [ + { + link: 'https://www.jianshu.com/', + title: '简书', + update: '2021-02-08' + }, + { + link: 'http://www.lofter.com/', + title: 'LOFTER', + update: '2021-02-08' + } + ] + }, { title: '音乐', sub: [ @@ -631,6 +713,11 @@ var frostNavLinks = { title: 'bilibili(主站)', update: '2021-02-08' }, + { + link: 'https://manga.bilibili.com/', + title: 'bilibili(漫画)', + update: '2021-05-16' + }, { link: 'https://live.bilibili.com/', title: 'bilibili(直播)', @@ -925,6 +1012,11 @@ var frostNavLinks = { link: 'https://bios-pw.org/', title: 'BIOS Master Password Generator', update: '2021-02-25' + }, + { + link: 'https://www.ipip.net/', + title: 'IPIP.NET - 专业的 IP 地址库', + update: '2021-05-22' } ], sub: [ @@ -1138,6 +1230,11 @@ var frostNavLinks = { title: '百度网盘', update: '2021-02-08' }, + { + link: 'https://cloud.189.cn/', + title: '天翼云盘', + update: '2021-05-22' + }, { link: 'https://www.wenshushu.cn/', title: '文叔叔 - 传文件,找文叔叔', @@ -1195,6 +1292,41 @@ var frostNavLinks = { } ] }, + { + title: '文档', + links: [ + { + link: 'https://docs.qq.com/', + title: '腾讯文档', + update: '2021-05-22' + }, + { + link: 'http://yuque.com/', + title: '语雀', + update: '2021-05-22' + } + ] + }, + { + title: '问卷', + links: [ + { + link: 'https://wj.qq.com/', + title: '腾讯问卷', + update: '2021-02-08' + }, + { + link: 'https://survey.163.com/', + title: '网易问卷', + update: '2021-05-22' + }, + { + link: 'https://www.wjx.cn/', + title: '问卷星', + update: '2021-05-22' + } + ] + }, { title: '娱乐', links: [ @@ -1228,11 +1360,6 @@ var frostNavLinks = { { title: '其他', links: [ - { - link: 'https://wj.qq.com/', - title: '腾讯问卷', - update: '2021-02-08' - }, { link: 'http://www.net2ftp.com/', title: 'net2ftp', @@ -1888,22 +2015,6 @@ var frostNavLinks = { } ] }, - { - title: '写作', - icon: 'el-icon-edit-outline', - links: [ - { - link: 'https://www.jianshu.com/', - title: '简书', - update: '2021-02-08' - }, - { - link: 'http://www.lofter.com/', - title: 'LOFTER', - update: '2021-02-08' - } - ] - }, { title: '学习', icon: 'el-icon-reading', @@ -2368,6 +2479,11 @@ var frostNavLinks = { title: 'Typecho', update: '2021-02-08' }, + { + link: 'https://valine.js.org/', + title: 'Valine - 无后端评论系统', + update: '2021-02-08' + }, { link: 'https://www.vuepress.cn/', title: 'VuePress - Vue 驱动的静态网站生成器', @@ -2440,56 +2556,6 @@ var frostNavLinks = { } ] }, - { - title: '前端', - links: [ - { - link: 'https://www.bootcss.com/', - title: 'Bootstrap 中文网', - update: '2021-02-08' - }, - { - link: 'https://highlightjs.org/', - title: 'highlight.js', - update: '2021-02-08' - }, - { - link: 'https://jquery.com/', - title: 'jQuery', - update: '2021-02-08' - }, - { - link: 'http://www.jq22.com/', - title: 'jQuery 插件库', - update: '2021-02-08' - }, - { - link: 'http://www.htmleaf.com/', - title: 'jQuery 之家', - update: '2021-02-08' - }, - { - link: 'http://layer.layui.com/', - title: 'layer', - update: '2021-02-08' - }, - { - link: 'https://leafletjs.com/', - title: 'Leaflet - 可交互的地图', - update: '2021-02-08' - }, - { - link: 'http://threejs.org/', - title: 'three.js – JavaScript 3D library', - update: '2021-02-08' - }, - { - link: 'https://valine.js.org/', - title: 'Valine - 无后端评论系统', - update: '2021-02-08' - } - ] - }, { title: '软件', sub: [ @@ -2516,6 +2582,11 @@ var frostNavLinks = { { title: '播放器', links: [ + { + link: 'http://www.aimp.ru/', + title: 'AIMP', + update: '2021-05-22' + }, { link: 'https://player.qq.com/', title: 'QQ影音', @@ -2921,6 +2992,21 @@ var frostNavLinks = { } ] }, + { + title: 'CDN', + links: [ + { + title: '75CDN - 前端静态资源库', + link: 'https://cdn.baomitu.com/', + update: '2021-05-22' + }, + { + title: 'Staticfile CDN', + link: 'http://www.staticfile.org/', + update: '2021-05-22' + } + ] + }, { title: '其他', links: [