Skip to content

Commit 94105cd

Browse files
committed
feat:自动化生成friend.json
1 parent e759db4 commit 94105cd

3 files changed

Lines changed: 21 additions & 43 deletions

File tree

.github/workflows/deploy-to-server.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "astro dev",
1010
"start": "astro dev",
11-
"build": "astro build",
11+
"build": "astro build & node link.js",
1212
"preview": "astro preview --host",
1313
"astro": "astro"
1414
},

public/friend.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"friends": [
3+
[
4+
"泽客来宾",
5+
"https://zeinklab.com/",
6+
"https://zeinklab.com/wp-content/uploads/2026/01/cropped-20251220_205655_533.jpg"
7+
],
8+
[
9+
"Mugzx's Blog",
10+
"https://blog.mugzx.top",
11+
"https://www.mugzx.top/api/avatar.png"
12+
],
13+
[
14+
"清羽飞扬",
15+
"https://blog.liushen.fun/",
16+
"https://blog.liushen.fun/info/avatar.ico"
17+
],
18+
[
19+
"kzhik's website",
20+
"https://www.kzhik.cn",
21+
"https://www.kzhik.cn/avatar.webp"
22+
],
323
[
424
"KEVIN'S BLOG",
525
"https://blog.kevinchu.top",

0 commit comments

Comments
 (0)