Skip to content

Commit e7108b1

Browse files
committed
update docs
1 parent 45ded38 commit e7108b1

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

docs/.vuepress/navbar.ts

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
88
text: '在线体验',
99
items: [
1010
{
11-
text: 'Vben Admin UI',
11+
text: 'Vben UI',
1212
icon: 'iconoir:www',
1313
link: 'https://fba.wu-clan.site/',
1414
},
@@ -20,7 +20,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
2020
]
2121
},
2222
{
23-
text: '文档',
23+
text: '文档 - 后端',
2424
items: [
2525
{
2626
text: '快速开始',
@@ -32,13 +32,19 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
3232
icon: 'simple-icons:apifox',
3333
link: 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
3434
},
35+
]
36+
},
37+
{
38+
text: '文档 - 前端',
39+
items: [
3540
{
36-
text: 'Arco Admin UI',
41+
text: 'Arco UI',
42+
badge: { text: '已弃用', type: 'danger' },
3743
icon: 'material-symbols:docs',
3844
link: '/frontend/summary/arco',
3945
},
4046
{
41-
text: 'Vben Admin UI',
47+
text: 'Vben UI',
4248
icon: 'material-symbols:docs',
4349
link: '/frontend/summary/intro'
4450
}
@@ -89,7 +95,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
8995
},
9096
{
9197
text: '用户登记',
92-
badge: { text: '欢迎投稿', type: 'warning' },
98+
badge: { text: '欢迎投稿', type: 'tip' },
9399
icon: 'mdi:user-check',
94100
link: '/users'
95101
},

docs/frontend/summary/arco.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ badge:
55
type: danger
66
---
77

8-
==此版本已停止更新维护!=={.warning}
8+
==此版本已停止更新维护!=={.danger}
99

1010
我们已于 2025 年 3 月 29 日对 Arco 仓库进行封存,此后它将不再接收任何更新。尽管做出这一决定让我们心生不舍,毕竟 Arco
1111
曾承载了我们无数的探索与期待,但技术的脚步永不停歇,为了顺应更高效、更前沿的发展需求,我们不得不迈向新的篇章。

docs/sponsors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fba 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层
3838

3939
## 展位赞助商
4040

41-
您可以通过 [作者主页](https://wu-clan.github.io/homepage/) 内任意联系方式就展位的详细事宜与 fba 作者进行沟通
41+
您可以通过 [fba 作者主页](https://wu-clan.github.io/homepage/) 内任意联系方式就展位的详细事宜与他进行沟通
4242

4343
<div style="display: flex; align-items: center; justify-content: center;">
4444
<table>

docs/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ title: 技术栈
2626
<CardGrid>
2727
<LinkCard title="Vben Admin" icon="https://unpkg.com/@vbenjs/[email protected]/source/logo-v1.webp" href="https://doc.vben.pro/" />
2828
<LinkCard title="Vue.js" icon="logos:vue" href="https://cn.vuejs.org" />
29-
<LinkCard title="Ant Design vue" icon="https://next.antdv.com/assets/logo.1ef800a8.svg" href="https://antdv.com/components/overview-cn" />
29+
<LinkCard title="Ant Design vue" icon="https://antdv.com/assets/logo.1ef800a8.svg" href="https://antdv.com/components/overview-cn" />
3030
</CardGrid>

0 commit comments

Comments
 (0)