@@ -25,43 +25,65 @@ export const apiList = {
25
25
}
26
26
27
27
export const pageVariants = {
28
- initial : { opacity : 0 , x : - 100 } ,
29
- animate : { opacity : 1 , x : 0 } ,
30
- exit : { opacity : 0 , x : 100 } ,
28
+ initial : { opacity : 0 , x : - 100 } ,
29
+ animate : { opacity : 1 , x : 0 } ,
30
+ exit : { opacity : 0 , x : 100 } ,
31
31
} ;
32
32
33
- export const frindsList = [
34
- {
35
- title : '声控烤箱' ,
36
- src : 'https://blog.kazoottt.top/' ,
37
- describe : '毛怪俱乐部前端' ,
38
- img_src : 'https://img.tteam.icu/i/2024/11/30/114ctsb-3.webp'
39
- } ,
40
- {
41
- title : '行走在云端' ,
42
- src : 'https://hexo.tomsawyer2.xyz/' ,
43
- describe : '毛怪俱乐部前端' ,
44
- img_src : 'https://img.tteam.icu/i/2024/11/30/116en4y-3.webp'
45
- } ,
46
- {
47
- title : 'Poivre' ,
48
- src : 'https://blog.poivrehxx.site/' ,
49
- describe : '毛怪俱乐部前端' ,
50
- img_src : 'https://img.tteam.icu/i/2024/12/01/xu5aoq-3.webp'
51
- } ,
52
- {
53
- title : 'Roi\'s Blog' ,
54
- src : 'https://roi.moe/' ,
55
- describe : '毛怪俱乐部运维' ,
56
- img_src : 'https://img.tteam.icu/i/2024/12/01/r8p265-3.webp'
33
+ export const urlList = {
34
+ friends : {
35
+ title : 'Friends' ,
36
+ describe : 'friends and guys' ,
37
+ data : [
38
+ {
39
+ title : '声控烤箱' ,
40
+ src : 'https://blog.kazoottt.top/' ,
41
+ describe : '毛怪俱乐部前端' ,
42
+ img_src : 'https://img.tteam.icu/i/2024/11/30/114ctsb-3.webp'
43
+ } ,
44
+ {
45
+ title : '行走在云端' ,
46
+ src : 'https://hexo.tomsawyer2.xyz/' ,
47
+ describe : '毛怪俱乐部前端' ,
48
+ img_src : 'https://img.tteam.icu/i/2024/11/30/116en4y-3.webp'
49
+ } ,
50
+ {
51
+ title : 'Poivre' ,
52
+ src : 'https://blog.poivrehxx.site/' ,
53
+ describe : '毛怪俱乐部前端' ,
54
+ img_src : 'https://img.tteam.icu/i/2024/12/01/xu5aoq-3.webp'
55
+ } ,
56
+ {
57
+ title : 'Roi\'s Blog' ,
58
+ src : 'https://roi.moe/' ,
59
+ describe : '毛怪俱乐部运维' ,
60
+ img_src : 'https://img.tteam.icu/i/2024/12/01/r8p265-3.webp'
61
+ } ,
62
+ {
63
+ title : '思无道siudao' ,
64
+ src : 'https://siwudao.github.io/' ,
65
+ describe : '毛怪俱乐部切片' ,
66
+ img_src : 'https://img.tteam.icu/i/2024/11/30/12e1ezb-3.webp'
67
+ }
68
+ ]
57
69
} ,
58
- {
59
- title : '思无道siudao' ,
60
- src : 'https://siwudao.github.io/' ,
61
- describe : '毛怪俱乐部切片' ,
62
- img_src : 'https://img.tteam.icu/i/2024/11/30/12e1ezb-3.webp'
70
+ favorite_blogs : {
71
+ title : 'Favorite Blogs' ,
72
+ describe : 'I usually read' ,
73
+ data : [
74
+ {
75
+ title : '星露谷值班站长' ,
76
+ src : 'https://www.aityp.com/' ,
77
+ img_src : 'https://img.tteam.icu/i/2024/12/02/1144rd1-3.webp'
78
+ } ,
79
+ {
80
+ title : '我不是咕咕鸽' ,
81
+ src : 'https://blog.laoda.de/' ,
82
+ img_src : 'https://img.tteam.icu/i/2024/12/02/1142pyt-3.webp'
83
+ }
84
+ ]
63
85
}
64
- ]
86
+ }
65
87
66
88
export const softwareTools = {
67
89
development : {
0 commit comments