@@ -8,7 +8,8 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
8
8
text : '线上演示' ,
9
9
items : [
10
10
{
11
- text : 'Vben Admin Antd 完整版实施' ,
11
+ text : 'Vben Admin Antd' ,
12
+ icon : 'iconoir:www' ,
12
13
link : 'https://fba.wu-clan.site/'
13
14
} ,
14
15
{
@@ -22,26 +23,30 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
22
23
text : '文档' ,
23
24
items : [
24
25
{
25
- text : 'Arco Design Pro 实验性实施' ,
26
+ text : 'Arco Design Pro' ,
27
+ icon : 'material-symbols:docs' ,
26
28
link : '/frontend/summary/arco' ,
27
29
badge : { text : '已弃用' , type : 'danger' }
28
30
} ,
29
31
{
30
- text : 'Vben Admin Antd 完整版实施' ,
32
+ text : 'Vben Admin Antd' ,
33
+ icon : 'material-symbols:docs' ,
31
34
link : '/frontend/summary/intro'
32
35
}
33
36
]
34
37
} ,
35
38
{
36
- text : 'GitHub ' ,
39
+ text : '仓库地址 ' ,
37
40
items : [
38
41
{
39
- text : 'Arco Design Pro 实验性实施' ,
42
+ text : 'Arco Design Pro' ,
43
+ icon : 'mdi:github' ,
40
44
link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco' ,
41
45
badge : { text : '已弃用' , type : 'danger' }
42
46
} ,
43
47
{
44
- text : 'Vben Admin Antd 完整版实施' ,
48
+ text : 'Vben Admin Antd' ,
49
+ icon : 'mdi:github' ,
45
50
link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
46
51
}
47
52
]
@@ -100,15 +105,12 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
100
105
} ,
101
106
{
102
107
text : '插件系统' ,
103
- badge : { text : 'HOT' , type : 'danger' } ,
108
+ icon : 'unjs:unplugin' ,
104
109
link : '/plugin/before'
105
110
} ,
106
- {
107
- text : '购买特权' ,
108
- link : '/pricing'
109
- } ,
110
111
{
111
112
text : '赞助' ,
113
+ icon : 'material-icon-theme:github-sponsors' ,
112
114
link : '/sponsors'
113
115
} ,
114
116
{
@@ -163,6 +165,10 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
163
165
{
164
166
text : '特权' ,
165
167
items : [
168
+ {
169
+ text : '购买特权' ,
170
+ link : '/pricing'
171
+ } ,
166
172
{
167
173
text : '知识星球' ,
168
174
icon : 'ph:planet-fill' ,
0 commit comments