-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
419 lines (406 loc) · 13 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
export const myName = "buyfakett";
export const skipUrl = {
aboutMe: "www.tteam.icu",
note: "https://note.tteam.icu",
blog: "https://blog.tteam.icu",
github: "https://github.com/buyfakett",
bili: "https://space.bilibili.com/11479221",
muen: "https://www.tmofamily.com",
zhenshan: "https://www.gisquest.com",
email: "mailto:work@tteam.icu",
};
export const imgUrl = {
headPortrait: "https://img.tteam.icu/i/2024/10/22/xhykcg-3.webp",
muen: "https://img.tteam.icu/i/2024/11/23/sc6avk-3.webp",
zhenshan: "https://img.tteam.icu/i/2024/11/23/sfh8fk-3.webp",
};
export const umamiScript = "https://umami.tteam.icu/script.js";
const apiBaseUrl = "https://api.blog.tteam.icu";
export const umamiId = "12d3e9e9-3982-43a1-a285-e2f611073a71";
export const apiList = {
wakaTime: `${apiBaseUrl}/waka_time`,
pictures: 'https://picture-list.tteam.icu/pictures',
}
export const pageVariants = {
initial: {opacity: 0, x: -100},
animate: {opacity: 1, x: 0},
exit: {opacity: 0, x: 100},
};
export const languageSkillData = [
{
title: "Frontend",
items: ["react(熟悉)", "vue2(熟悉)", "uniapp(了解)"],
},
{
title: "Backend",
items: ["python(熟悉)", "golang(了解)", "PHP(了解)", "java(了解)"],
},
{
title: "Others",
items: ["shell(熟悉)", "VRL(了解)"],
},
];
export const projectData = [
{
title: "ding_bot",
description: "钉钉机器人",
src: "https://github.com/buyfakett/ding_bot",
full_description: "@机器人可以配合jenkins自动上线服务和分发nginx配置"
},
{
title: "rsspush",
description: "检测rss状态",
src: "https://github.com/buyfakett/rsspush",
full_description: "推送到微信测试号和钉钉机器人的工具"
},
{
title: "jenkins-build",
description: "devops",
src: "https://github.com/ttdockerfile/jenkins-build2/tree/2.474-debian",
full_description: "把jenkins、node、python、golang、java等编译工具打进docker中"
},
{
title: "centos7_initialization",
description: "初始化centos7脚本",
src: "https://github.com/buyfakett/centos7_initialization",
full_description: "初始化centos7脚本"
},
{
title: "qiniu_upload",
description: "七牛云oss上传",
src: "https://github.com/buyfakett/qiniu_upload",
full_description: "七牛云oss上传封装到docker"
},
{
title: "easy_send_mail",
description: "发送邮件",
src: "https://github.com/buyfakett/easy_send_mail",
full_description: "用shell实现发送邮件"
},
]
export const urlList = {
friends: {
title: 'Friends',
describe: 'friends and guys',
data: [
{
title: '声控烤箱',
src: 'https://blog.kazoottt.top/',
describe: '毛怪俱乐部前端',
img_src: 'https://img.tteam.icu/i/2024/11/30/114ctsb-3.webp'
},
{
title: '行走在云端',
src: 'https://hexo.tomsawyer2.xyz/',
describe: '毛怪俱乐部前端',
img_src: 'https://img.tteam.icu/i/2024/11/30/116en4y-3.webp'
},
{
title: 'Poivre',
src: 'https://blog.poivrehxx.site/',
describe: '毛怪俱乐部前端',
img_src: 'https://img.tteam.icu/i/2024/12/01/xu5aoq-3.webp'
},
{
title: 'Roi\'s Blog',
src: 'https://roi.moe/',
describe: '毛怪俱乐部运维',
img_src: 'https://img.tteam.icu/i/2024/12/01/r8p265-3.webp'
},
{
title: '思无道siudao',
src: 'https://siwudao.github.io/',
describe: '毛怪俱乐部切片',
img_src: 'https://img.tteam.icu/i/2024/11/30/12e1ezb-3.webp'
},
]
},
favorite_blogs: {
title: 'Favorite Blogs',
describe: 'I usually read for RSS',
data: [
{
title: '星露谷值班站长',
src: 'https://www.aityp.com/',
img_src: 'https://img.tteam.icu/i/2024/12/03/ikaufc-3.webp'
},
{
title: '我不是咕咕鸽',
src: 'https://blog.laoda.de/',
img_src: 'https://img.tteam.icu/i/2024/12/02/1142pyt-3.webp'
},
]
},
tools: {
title: 'Tools',
describe: 'Tools commonly used in development',
data: [
{
title: 'Quick Reference',
src: 'https://quickref.cn/',
describe: '开发人员速查表',
img_src: 'https://img.tteam.icu/i/2024/12/04/mgpzfi-3.svg'
},
{
title: 'Image compression',
src: 'https://tinypng.com/',
describe: '图片无损压缩',
img_src: 'https://img.tteam.icu/i/2024/12/04/n9qbcc-3.webp'
},
{
title: 'Ico download',
src: 'https://icon-sets.iconify.design/',
describe: '图标下载',
img_src: 'https://img.tteam.icu/i/2024/12/09/j5s4hk-3.svg'
},
]
},
cloud_servers: {
title: 'Cloud Servers',
describe: 'Cloud servers I use',
data: [
{
title: '阿里云',
src: 'https://www.aliyun.com/',
img_src: 'https://img.tteam.icu/i/2024/12/04/ulrew2-3.webp'
},
{
title: '腾讯云',
src: 'https://curl.qcloud.com/893Idsq2',
img_src: 'https://img.tteam.icu/i/2024/12/04/umduu0-3.webp'
},
{
title: '狐帝云',
src: 'https://www.szhdy.com/aff/WVTPJNVJ',
img_src: 'https://img.tteam.icu/i/2024/12/09/itpkib-3.webp'
},
{
title: 'servarica',
src: 'https://clients.servarica.com/aff.php?aff=917',
describe: '大盘鸡',
img_src: 'https://img.tteam.icu/i/2024/12/09/iv06il-3.webp'
},
{
title: 'VKVM',
src: 'https://www.vkvm.info/aff/DSJLPDTA',
describe: '中转机',
img_src: 'https://img.tteam.icu/i/2024/12/09/iucx4h-3.webp'
},
]
}
}
export const softwareTools = {
development: {
title: 'Development',
sections: {
ide: {
title: 'IDE & Editors',
tools: [
{
name: 'Sublime Text',
description: 'Text Editing, Done Right',
href: 'https://www.sublimetext.com/'
},
{
name: 'VS Code',
description: 'Code Editor',
href: 'https://code.visualstudio.com/'
},
{
name: 'JetBrains Suite',
description: 'Professional IDEs',
href: 'https://www.jetbrains.com/'
}
]
}
}
},
productivity: {
title: 'Productivity',
sections: {
browser: {
title: 'Browsers',
tools: [
{
name: 'Google Chrome',
description: 'Web Browser',
href: 'https://www.google.com/chrome/'
}
]
},
notes: {
title: 'Note Taking',
tools: [
{
name: 'Obsidian',
description: 'Note Taking',
href: 'https://obsidian.md/'
},
{
name: 'Typora',
description: 'Markdown',
href: 'https://typoraio.cn/'
}
]
},
tools: {
title: 'Productivity Tools',
tools: [
{
name: 'draw.io',
description: 'Drawing tools',
href: 'https://draw.io/'
},
{
name: 'PicGo',
description: 'A tool for quickly uploading images and obtaining image URL links',
href: 'https://github.com/Molunerfinn/PicGo'
},
{
name: 'Fluent Reader',
description: 'RSS Reader',
href: 'https://github.com/yang991178/fluent-reader'
}
]
}
}
}
}
export const devices = {
computing: {
title: 'Computing Devices',
sections: {
devices: {
title: 'Devices',
tools: [
{
name: 'MacBook Air M1',
description: '主力机&移动办公 (16GB, 512GB)',
},
{
name: '暗影精灵',
description: 'win (i5 10th, 16GB, 512GB+1T)',
},
{
name: 'Nas',
description: 'debian (N100, 12T*4, raid5)',
},
{
name: 'Home Server',
description: 'PVE (N305, 1T SSD+1T HDD)',
}
]
}
}
},
computer_device: {
title: 'Computer Input Device',
sections: {
devices: {
title: 'Devices',
tools: [
{
name: '达尔优 A87 Pro',
description: '家用',
},
{
name: '达尔优 A87',
description: '公司用',
},
{
name: '罗技 G304',
description: '家用&公司用',
},
{
name: '小米挂灯 1S',
description: '家用护眼',
},
{
name: 'KOORUI MB27S7U',
description: '家用副屏',
}
]
}
}
},
mobile: {
title: 'Mobile Devices',
sections: {
phone: {
title: 'Phone',
tools: [
{
name: 'XiaoMi 13 Pro',
description: '手机 (512GB)'
},
{
name: 'iPhone 10',
description: '手机 (128GB)'
}
]
},
tablet: {
title: 'Tablet',
tools: [
{
name: 'XiaoMi Pad 6 Pro',
description: '平板 (256GB)'
}
]
}
}
},
wearables: {
title: 'Smart Wearables',
sections: {
watch: {
title: 'Smart Watch',
tools: [
{
name: 'XiaoMi Bond 8 NFC',
description: '手环'
}
]
},
audio: {
title: 'Audio Devices',
tools: [
{
name: 'XiaoMi Buds 5',
description: '无线耳机'
},
{
name: 'XiaoMi 骨传导耳机',
description: '骨传导耳机'
},
{
name: 'Sony WH-XM3',
description: '头戴式耳机'
},
{
name: '小爱音响 Pro',
description: '智能邮箱'
}
]
}
}
},
imaging: {
title: 'Imaging Equipment',
sections: {
cameras: {
title: 'Camera System',
tools: [
{
name: 'Nikon ZFC',
description: '相机'
},
{
name: 'Nikon 16-50mm',
description: '变焦镜头'
}
]
}
}
}
}