File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
8
8
text : '在线体验' ,
9
9
items : [
10
10
{
11
- text : 'Vben Admin UI' ,
11
+ text : 'Vben UI' ,
12
12
icon : 'iconoir:www' ,
13
13
link : 'https://fba.wu-clan.site/' ,
14
14
} ,
@@ -20,7 +20,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
20
20
]
21
21
} ,
22
22
{
23
- text : '文档' ,
23
+ text : '文档 - 后端 ' ,
24
24
items : [
25
25
{
26
26
text : '快速开始' ,
@@ -32,13 +32,19 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
32
32
icon : 'simple-icons:apifox' ,
33
33
link : 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
34
34
} ,
35
+ ]
36
+ } ,
37
+ {
38
+ text : '文档 - 前端' ,
39
+ items : [
35
40
{
36
- text : 'Arco Admin UI' ,
41
+ text : 'Arco UI' ,
42
+ badge : { text : '已弃用' , type : 'danger' } ,
37
43
icon : 'material-symbols:docs' ,
38
44
link : '/frontend/summary/arco' ,
39
45
} ,
40
46
{
41
- text : 'Vben Admin UI' ,
47
+ text : 'Vben UI' ,
42
48
icon : 'material-symbols:docs' ,
43
49
link : '/frontend/summary/intro'
44
50
}
@@ -89,7 +95,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
89
95
} ,
90
96
{
91
97
text : '用户登记' ,
92
- badge : { text : '欢迎投稿' , type : 'warning ' } ,
98
+ badge : { text : '欢迎投稿' , type : 'tip ' } ,
93
99
icon : 'mdi:user-check' ,
94
100
link : '/users'
95
101
} ,
Original file line number Diff line number Diff line change 5
5
type : danger
6
6
---
7
7
8
- ==此版本已停止更新维护!=={.warning }
8
+ ==此版本已停止更新维护!=={.danger }
9
9
10
10
我们已于 2025 年 3 月 29 日对 Arco 仓库进行封存,此后它将不再接收任何更新。尽管做出这一决定让我们心生不舍,毕竟 Arco
11
11
曾承载了我们无数的探索与期待,但技术的脚步永不停歇,为了顺应更高效、更前沿的发展需求,我们不得不迈向新的篇章。
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ fba 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层
38
38
39
39
## 展位赞助商
40
40
41
- 您可以通过 [ 作者主页] ( https://wu-clan.github.io/homepage/ ) 内任意联系方式就展位的详细事宜与 fba 作者进行沟通
41
+ 您可以通过 [ fba 作者主页] ( https://wu-clan.github.io/homepage/ ) 内任意联系方式就展位的详细事宜与他进行沟通
42
42
43
43
<div style =" display : flex ; align-items : center ; justify-content : center ;" >
44
44
<table>
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ title: 技术栈
26
26
<CardGrid >
27
27
<
LinkCard title =
" Vben Admin " icon =
" https://unpkg.com/@vbenjs/[email protected] /source/logo-v1.webp " href =
" https://doc.vben.pro/ " />
28
28
<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 " />
30
30
</CardGrid >
You can’t perform that action at this time.
0 commit comments