File tree 3 files changed +17
-21
lines changed
3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -9,40 +9,36 @@ export const myNavbar = defineNavbarConfig([
9
9
text : '前端' ,
10
10
items : [
11
11
{
12
- text : '文档 ' ,
13
- icon : 'material-symbols:docs ' ,
12
+ text : '线上演示 ' ,
13
+ icon : 'mdi:web ' ,
14
14
items : [
15
15
{
16
- text : 'Gi Admin Pro 官方适配实施 ' ,
17
- link : '/frontend/intro '
16
+ text : 'Arco Design Pro 实验性实施 ' ,
17
+ link : 'https://fba.wu-clan.site/ '
18
18
}
19
19
]
20
20
} ,
21
21
{
22
- text : '线上演示 ' ,
23
- icon : 'mdi:web ' ,
22
+ text : '文档 ' ,
23
+ icon : 'material-symbols:docs ' ,
24
24
items : [
25
25
{
26
- text : 'Arco Design Pro 实验性实施 ' ,
27
- link : 'https://fba.wu-clan.site/ '
26
+ text : 'Vben Admin Antd 完整版实施 ' ,
27
+ link : '/frontend/intro '
28
28
}
29
29
]
30
30
} ,
31
31
{
32
32
text : 'GitHub' ,
33
33
icon : 'mdi:git' ,
34
34
items : [
35
- {
36
- text : 'Gi Admin Pro 官方适配实施' ,
37
- link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
38
- } ,
39
- {
40
- text : 'Vben Admin Antd 社区适配实施' ,
41
- link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_vben'
42
- } ,
43
35
{
44
36
text : 'Arco Design Pro 实验性实施' ,
45
37
link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco'
38
+ } ,
39
+ {
40
+ text : 'Vben Admin Antd 完整版实施' ,
41
+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
46
42
}
47
43
]
48
44
} ,
Original file line number Diff line number Diff line change 2
2
title : 介绍
3
3
---
4
4
5
- ::: tip
6
- 积极开发中...
7
- :::
8
-
9
- 基于 Gi Admin Pro 构建的 fastapi_best_architecture 前端官方适配实施
5
+ 基于 Vben Admin Antd 构建的 fastapi_best_architecture 前端完整版实施
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 快速开始
3
3
---
4
+
5
+ ::: tip
6
+ 积极开发中... 预计 5 月份亮相 Q_Q
7
+ :::
You can’t perform that action at this time.
0 commit comments