Commit 65364b8 1 parent 7bedfb7 commit 65364b8 Copy full SHA for 65364b8
File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const urlList = {
65
65
src : 'https://siwudao.github.io/' ,
66
66
describe : '毛怪俱乐部切片' ,
67
67
img_src : 'https://img.tteam.icu/i/2024/11/30/12e1ezb-3.webp'
68
- }
68
+ } ,
69
69
]
70
70
} ,
71
71
favorite_blogs : {
@@ -81,7 +81,25 @@ export const urlList = {
81
81
title : '我不是咕咕鸽' ,
82
82
src : 'https://blog.laoda.de/' ,
83
83
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
+ } ,
85
103
]
86
104
}
87
105
}
You can’t perform that action at this time.
0 commit comments