Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 2f017f1

Browse files
committed
update
Signed-off-by: Innei <[email protected]>
1 parent 91b86ea commit 2f017f1

File tree

1 file changed

+60
-13
lines changed

1 file changed

+60
-13
lines changed

pages/themes/shiro/index.mdx

+60-13
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ import Video from '@components/Video'
8484
{
8585
"footer": {
8686
"otherInfo": {
87-
"date": "2020-{{now}}"
87+
"date": "2020-{{now}}",
88+
"icp": {
89+
"text": "萌 ICP 备 20236136 号",
90+
"link": "https://icp.gov.moe/?keyword=20236136"
91+
}
8892
},
8993
"linkSections": [
9094
{
@@ -96,7 +100,7 @@ import Video from '@components/Video'
96100
},
97101
{
98102
"name": "关于我",
99-
"href": "/about-me"
103+
"href": "/about"
100104
},
101105
{
102106
"name": "关于此项目",
@@ -115,6 +119,11 @@ import Video from '@components/Video'
115119
{
116120
"name": "友链",
117121
"href": "/friends"
122+
},
123+
{
124+
"name": "监控",
125+
"href": "https://status.innei.in/status/main",
126+
"external": true
118127
}
119128
]
120129
},
@@ -127,25 +136,59 @@ import Video from '@components/Video'
127136
},
128137
{
129138
"name": "发邮件",
130-
"href": "mailto:[email protected]",
139+
"href": "mailto:[email protected]",
131140
"external": true
132141
},
133142
{
134143
"name": "GitHub",
135-
"href": "https://github.com/wibus-wee",
144+
"href": "https://github.com/innei",
136145
"external": true
137146
}
138147
]
139148
}
140149
]
141150
},
142151
"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+
]
145175
},
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+
],
146181
"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"
149192
},
150193
"hero": {
151194
"title": {
@@ -170,12 +213,12 @@ import Video from '@components/Video'
170213
},
171214
{
172215
"type": "h1",
173-
"text": "A NodeJS Full Stack",
216+
"text": "A NodeJS Full Stack ",
174217
"class": "font-light text-4xl"
175218
},
176219
{
177220
"type": "code",
178-
"text": "<Developer/>",
221+
"text": "<Developer />",
179222
"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"
180223
},
181224
{
@@ -187,12 +230,16 @@ import Video from '@components/Video'
187230
"description": "An independent developer coding with love."
188231
},
189232
"module": {
233+
"activity": {
234+
"enable": true,
235+
"endpoint": "/fn/ps/update"
236+
},
190237
"donate": {
191238
"enable": true,
192-
"link": " https://afdian.net/@Innei ",
239+
"link": "https://afdian.net/@Innei",
193240
"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"
196243
]
197244
},
198245
"bilibili": {

0 commit comments

Comments
 (0)