@@ -84,7 +84,11 @@ import Video from '@components/Video'
84
84
{
85
85
"footer" : {
86
86
"otherInfo" : {
87
- "date" : " 2020-{{now}}"
87
+ "date" : " 2020-{{now}}" ,
88
+ "icp" : {
89
+ "text" : " 萌 ICP 备 20236136 号" ,
90
+ "link" : " https://icp.gov.moe/?keyword=20236136"
91
+ }
88
92
},
89
93
"linkSections" : [
90
94
{
@@ -96,7 +100,7 @@ import Video from '@components/Video'
96
100
},
97
101
{
98
102
"name" : " 关于我" ,
99
- "href" : " /about-me "
103
+ "href" : " /about"
100
104
},
101
105
{
102
106
"name" : " 关于此项目" ,
@@ -115,6 +119,11 @@ import Video from '@components/Video'
115
119
{
116
120
"name" : " 友链" ,
117
121
"href" : " /friends"
122
+ },
123
+ {
124
+ "name" : " 监控" ,
125
+ "href" : " https://status.innei.in/status/main" ,
126
+ "external" : true
118
127
}
119
128
]
120
129
},
@@ -127,25 +136,59 @@ import Video from '@components/Video'
127
136
},
128
137
{
129
138
"name" : " 发邮件" ,
130
- "href" :
" mailto:[email protected] " ,
139
+ "href" :
" mailto:[email protected] " ,
131
140
"external" : true
132
141
},
133
142
{
134
143
"name" : " GitHub" ,
135
- "href" : " https://github.com/wibus-wee " ,
144
+ "href" : " https://github.com/innei " ,
136
145
"external" : true
137
146
}
138
147
]
139
148
}
140
149
]
141
150
},
142
151
"config" : {
143
- "site" : {
144
- "favicon" : " /wibus.jpg"
152
+ "color" : {
153
+ "light" : [
154
+ " #33A6B8" ,
155
+ " #FF6666" ,
156
+ " #26A69A" ,
157
+ " #fb7287" ,
158
+ " #69a6cc" ,
159
+ " #F11A7B" ,
160
+ " #78C1F3" ,
161
+ " #FF6666" ,
162
+ " #7ACDF6"
163
+ ],
164
+ "dark" : [
165
+ " #F596AA" ,
166
+ " #A0A7D4" ,
167
+ " #ff7b7b" ,
168
+ " #99D8CF" ,
169
+ " #838BC6" ,
170
+ " #FFE5AD" ,
171
+ " #9BE8D8" ,
172
+ " #A1CCD1" ,
173
+ " #EAAEBA"
174
+ ]
145
175
},
176
+
177
+ "bg" : [
178
+ " https://github.com/Innei/static/blob/master/images/F0q8mwwaIAEtird.jpeg?raw=true" ,
179
+ " https://github.com/Innei/static/blob/master/images/IMG_2111.jpeg.webp.jpg?raw=true"
180
+ ],
146
181
"custom" : {
147
- "scripts" : null ,
148
- "styles" : null
182
+ "css" : [],
183
+ "styles" : [],
184
+ "js" : [],
185
+ "scripts" : [
186
+
187
+ ]
188
+ },
189
+ "site" : {
190
+ "favicon" : " /innei.svg" ,
191
+ "faviconDark" : " /innei-dark.svg"
149
192
},
150
193
"hero" : {
151
194
"title" : {
@@ -170,12 +213,12 @@ import Video from '@components/Video'
170
213
},
171
214
{
172
215
"type" : " h1" ,
173
- "text" : " A NodeJS Full Stack" ,
216
+ "text" : " A NodeJS Full Stack " ,
174
217
"class" : " font-light text-4xl"
175
218
},
176
219
{
177
220
"type" : " code" ,
178
- "text" : " <Developer/>" ,
221
+ "text" : " <Developer />" ,
179
222
"class" : " font-medium mx-2 text-3xl rounded p-1 bg-gray-200 dark:bg-gray-800/0 hover:dark:bg-gray-800/100 bg-opacity-0 hover:bg-opacity-100 transition-background duration-200"
180
223
},
181
224
{
@@ -187,12 +230,16 @@ import Video from '@components/Video'
187
230
"description" : " An independent developer coding with love."
188
231
},
189
232
"module" : {
233
+ "activity" : {
234
+ "enable" : true ,
235
+ "endpoint" : " /fn/ps/update"
236
+ },
190
237
"donate" : {
191
238
"enable" : true ,
192
- "link" : " https://afdian.net/@Innei " ,
239
+ "link" : " https://afdian.net/@Innei" ,
193
240
"qrcode" : [
194
- " https://cdn.jsdelivr.net/gh/Innei/img-bed@master/20191211132347.png " ,
195
- " https://cdn.innei.ren/bed/2023/0424213144.png "
241
+ " https://cdn.jsdelivr.net/gh/Innei/img-bed@master/20191211132347.png" ,
242
+ " https://cdn.innei.ren/bed/2023/0424213144.png"
196
243
]
197
244
},
198
245
"bilibili" : {
0 commit comments