Skip to content

Commit 65364b8

Browse files
committed
新增快速跳转
1 parent 7bedfb7 commit 65364b8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

src/config.js

+20-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const urlList = {
6565
src: 'https://siwudao.github.io/',
6666
describe: '毛怪俱乐部切片',
6767
img_src: 'https://img.tteam.icu/i/2024/11/30/12e1ezb-3.webp'
68-
}
68+
},
6969
]
7070
},
7171
favorite_blogs: {
@@ -81,7 +81,25 @@ export const urlList = {
8181
title: '我不是咕咕鸽',
8282
src: 'https://blog.laoda.de/',
8383
img_src: 'https://img.tteam.icu/i/2024/12/02/1142pyt-3.webp'
84-
}
84+
},
85+
]
86+
},
87+
tools: {
88+
title: 'Tools',
89+
describe: 'Tools commonly used in development',
90+
data: [
91+
{
92+
title: 'Quick Reference',
93+
src: 'https://quickref.cn/',
94+
describe: '开发人员速查表',
95+
img_src: 'https://img.tteam.icu/i/2024/12/04/mgpzfi-3.svg'
96+
},
97+
{
98+
title: 'Image compression',
99+
src: 'https://tinypng.com/',
100+
describe: '图片无损压缩',
101+
img_src: 'https://img.tteam.icu/i/2024/12/04/n9qbcc-3.webp'
102+
},
85103
]
86104
}
87105
}

0 commit comments

Comments
 (0)