File tree Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Expand file tree Collapse file tree 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([
99 text : '前端' ,
1010 items : [
1111 {
12- text : '文档 ' ,
13- icon : 'material-symbols:docs ' ,
12+ text : '线上演示 ' ,
13+ icon : 'mdi:web ' ,
1414 items : [
1515 {
16- text : 'Gi Admin Pro 官方适配实施 ' ,
17- link : '/frontend/intro '
16+ text : 'Arco Design Pro 实验性实施 ' ,
17+ link : 'https://fba.wu-clan.site/ '
1818 }
1919 ]
2020 } ,
2121 {
22- text : '线上演示 ' ,
23- icon : 'mdi:web ' ,
22+ text : '文档 ' ,
23+ icon : 'material-symbols:docs ' ,
2424 items : [
2525 {
26- text : 'Arco Design Pro 实验性实施 ' ,
27- link : 'https://fba.wu-clan.site/ '
26+ text : 'Vben Admin Antd 完整版实施 ' ,
27+ link : '/frontend/intro '
2828 }
2929 ]
3030 } ,
3131 {
3232 text : 'GitHub' ,
3333 icon : 'mdi:git' ,
3434 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- } ,
4335 {
4436 text : 'Arco Design Pro 实验性实施' ,
4537 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'
4642 }
4743 ]
4844 } ,
Original file line number Diff line number Diff line change 22title : 介绍
33---
44
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 11---
22title : 快速开始
33---
4+
5+ ::: tip
6+ 积极开发中... 预计 5 月份亮相 Q_Q
7+ :::
You can’t perform that action at this time.
0 commit comments