@@ -8,7 +8,8 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
88 text : '线上演示' ,
99 items : [
1010 {
11- text : 'Vben Admin Antd 完整版实施' ,
11+ text : 'Vben Admin Antd' ,
12+ icon : 'iconoir:www' ,
1213 link : 'https://fba.wu-clan.site/'
1314 } ,
1415 {
@@ -22,26 +23,30 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
2223 text : '文档' ,
2324 items : [
2425 {
25- text : 'Arco Design Pro 实验性实施' ,
26+ text : 'Arco Design Pro' ,
27+ icon : 'material-symbols:docs' ,
2628 link : '/frontend/summary/arco' ,
2729 badge : { text : '已弃用' , type : 'danger' }
2830 } ,
2931 {
30- text : 'Vben Admin Antd 完整版实施' ,
32+ text : 'Vben Admin Antd' ,
33+ icon : 'material-symbols:docs' ,
3134 link : '/frontend/summary/intro'
3235 }
3336 ]
3437 } ,
3538 {
36- text : 'GitHub ' ,
39+ text : '仓库地址 ' ,
3740 items : [
3841 {
39- text : 'Arco Design Pro 实验性实施' ,
42+ text : 'Arco Design Pro' ,
43+ icon : 'mdi:github' ,
4044 link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco' ,
4145 badge : { text : '已弃用' , type : 'danger' }
4246 } ,
4347 {
44- text : 'Vben Admin Antd 完整版实施' ,
48+ text : 'Vben Admin Antd' ,
49+ icon : 'mdi:github' ,
4550 link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
4651 }
4752 ]
@@ -100,15 +105,12 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
100105 } ,
101106 {
102107 text : '插件系统' ,
103- badge : { text : 'HOT' , type : 'danger' } ,
108+ icon : 'unjs:unplugin' ,
104109 link : '/plugin/before'
105110 } ,
106- {
107- text : '购买特权' ,
108- link : '/pricing'
109- } ,
110111 {
111112 text : '赞助' ,
113+ icon : 'material-icon-theme:github-sponsors' ,
112114 link : '/sponsors'
113115 } ,
114116 {
@@ -163,6 +165,10 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
163165 {
164166 text : '特权' ,
165167 items : [
168+ {
169+ text : '购买特权' ,
170+ link : '/pricing'
171+ } ,
166172 {
167173 text : '知识星球' ,
168174 icon : 'ph:planet-fill' ,
0 commit comments