更新导航链接数据(2022-03-20)

This commit is contained in:
2022-03-20 22:03:23 +08:00
parent 83ea700eac
commit ef69e0536b

View File

@@ -1,6 +1,23 @@
// 导航链接数据 /**
* @typedef {object} LinkItem
* @property {string} [icon] 链接分类图标
* @property {string} title 链接分类标题 / 链接项标题
* @property {string} [desc] 链接项简介
* @property {string} [link] 链接项 URL
* @property {string} [update] 链接项更新日期
* @property {boolean} [showOnly] 是否只显示详情,不跳转
* @property {LinkItem[]} [items] 子链接列表
*/
/**
* @typedef {object} LinkDatas
* @property {string} version 链接数据版本
* @property {LinkItem[]} list 链接列表
*/
/** @type {LinkDatas} */
var frostNavLinks = { var frostNavLinks = {
version: '2022-03-18', version: '2022-03-20',
list: [ list: [
{ {
title: '百科 / 教程 / 科普 / 资料', title: '百科 / 教程 / 科普 / 资料',
@@ -1393,11 +1410,6 @@ var frostNavLinks = {
link: 'https://www.jiumodiary.com/', link: 'https://www.jiumodiary.com/',
update: '2021-02-25' update: '2021-02-25'
}, },
{
title: '秘迹搜索',
link: 'https://mijisou.com/',
update: '2021-02-25'
},
{ {
title: '搜狗搜索', title: '搜狗搜索',
link: 'https://www.sogou.com/', link: 'https://www.sogou.com/',
@@ -2959,6 +2971,12 @@ var frostNavLinks = {
} }
] ]
}, },
{
title: 'CSSBattle',
desc: 'CSS 代码高尔夫code-golfing游戏',
link: 'https://cssbattle.dev/',
update: '2022-03-20'
},
] ]
}, },
{ {
@@ -3742,12 +3760,6 @@ var frostNavLinks = {
link: 'https://www.amd.com/', link: 'https://www.amd.com/',
update: '2021-06-01' update: '2021-06-01'
}, },
{
title: 'CSSBattle',
desc: 'CSS 代码高尔夫code-golfing游戏',
link: 'https://www.nvidia.cn/',
update: '2021-11-14'
},
{ {
title: 'Intel', title: 'Intel',
desc: '数据中心解决方案、物联网和电脑创新', desc: '数据中心解决方案、物联网和电脑创新',