Skip to content

Commit fd09d34

Browse files
committed
update docs
1 parent 24481b0 commit fd09d34

File tree

4 files changed

+1154
-1299
lines changed

4 files changed

+1154
-1299
lines changed

docs/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@ const goldSponsors = ref([
5959
{
6060
link: '',
6161
text: '成为赞助商',
62-
href: 'https://github.com/wu-clan',
62+
href: 'https://discord.com/invite/yNN3wTbVAC',
6363
alt: 'wu-clan',
6464
},
6565
{
6666
link: '',
6767
text: '成为赞助商',
68-
href: 'https://github.com/wu-clan',
68+
href: 'https://discord.com/invite/yNN3wTbVAC',
6969
alt: 'wu-clan',
7070
},
7171
{
7272
link: '',
7373
text: '成为赞助商',
74-
href: 'https://github.com/wu-clan',
74+
href: 'https://discord.com/invite/yNN3wTbVAC',
7575
alt: 'wu-clan',
7676
}
7777
])
@@ -80,31 +80,31 @@ const sponsors = ref([
8080
{
8181
link: '',
8282
text: '成为赞助商',
83-
href: 'https://github.com/wu-clan',
83+
href: 'https://discord.com/invite/yNN3wTbVAC',
8484
alt: 'wu-clan',
8585
},
8686
{
8787
link: '',
8888
text: '成为赞助商',
89-
href: 'https://github.com/wu-clan',
89+
href: 'https://discord.com/invite/yNN3wTbVAC',
9090
alt: 'wu-clan',
9191
},
9292
{
9393
link: '',
9494
text: '成为赞助商',
95-
href: 'https://github.com/wu-clan',
95+
href: 'https://discord.com/invite/yNN3wTbVAC',
9696
alt: 'wu-clan',
9797
},
9898
{
9999
link: '',
100100
text: '成为赞助商',
101-
href: 'https://github.com/wu-clan',
101+
href: 'https://discord.com/invite/yNN3wTbVAC',
102102
alt: 'wu-clan',
103103
},
104104
{
105105
link: '',
106106
text: '成为赞助商',
107-
href: 'https://github.com/wu-clan',
107+
href: 'https://discord.com/invite/yNN3wTbVAC',
108108
alt: 'wu-clan',
109109
}
110110
])
@@ -131,5 +131,5 @@ mode="carousel"
131131
:height="200"
132132
:slides-per-view="4"
133133
:space-between="10"
134-
:speed="2500"
134+
:speed="5000"
135135
/>

docs/team.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ groups:
1212
link: https://wu-clan.github.io/homepage/
1313
avatar: https://avatars.githubusercontent.com/u/52145145?v=4
1414
desc: 一个喜欢在夜深人静时进行开源创作的 coder
15+
location: 郑州,河南
16+
organization: FastAPI Practices
1517
socials: [
1618
{icon: 'github', link: 'https://github.com/wu-clan'},
1719
{icon: 'x', link: 'https://twitter.com/_chulan'},
@@ -20,9 +22,11 @@ groups:
2022
]
2123
-
2224
name: dowdawn
23-
link: https://github.com/downdawn
25+
link: https://blog.csdn.net/qq_42280510?type=blog
2426
avatar: https://avatars.githubusercontent.com/u/41266749?v=4
2527
desc: AI 全干工程狮
28+
location: 厦门,福建
29+
organization: FastAPI Practices
2630
socials: [
2731
{icon: 'github', link: 'https://github.com/downdawn'}
2832
]

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@vuepress/bundler-vite": "2.0.0-rc.18",
15-
"sass-embedded": "^1.80.3",
16-
"vue": "^3.5.12",
17-
"vuepress": "2.0.0-rc.18",
18-
"vuepress-theme-plume": "1.0.0-rc.118"
14+
"@vuepress/bundler-vite": "2.0.0-rc.19",
15+
"sass-embedded": "^1.83.0",
16+
"vue": "^3.5.13",
17+
"vuepress": "2.0.0-rc.19",
18+
"vuepress-theme-plume": "1.0.0-rc.121"
1919
},
2020
"dependencies": {
21-
"@iconify/json": "^2.2.262",
22-
"@vuepress-plume/plugin-search": "1.0.0-rc.118",
21+
"@iconify/json": "^2.2.282",
22+
"@vuepress-plume/plugin-search": "1.0.0-rc.121",
2323
"swiper": "^11.1.15"
2424
}
2525
}

0 commit comments

Comments
 (0)