@@ -2,13 +2,13 @@ import { defineNavbarConfig, ThemeNavItem } from "vuepress-theme-plume";
22
33export  const  myNavbar : ThemeNavItem [ ]  =  defineNavbarConfig ( [ 
44    { 
5-         text : '在线体验 ' , 
5+         text : 'v1.8.0 ' , 
66        items : [ 
77            { 
8-                 text : '线上演示 ' , 
8+                 text : '在线体验 ' , 
99                items : [ 
1010                    { 
11-                         text : 'Vben Admin Antd ' , 
11+                         text : 'Vben Admin' , 
1212                        icon : 'iconoir:www' , 
1313                        link : 'https://fba.wu-clan.site/' , 
1414                    } , 
@@ -19,43 +19,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
1919                    } 
2020                ] 
2121            } , 
22-             { 
23-                 text : '文档' , 
24-                 items : [ 
25-                     { 
26-                         text : 'Arco Design Pro' , 
27-                         icon : 'material-symbols:docs' , 
28-                         link : '/frontend/summary/arco' , 
29-                         badge : {  text : '已弃用' ,  type : 'danger'  } 
30-                     } , 
31-                     { 
32-                         text : 'Vben Admin Antd' , 
33-                         icon : 'material-symbols:docs' , 
34-                         link : '/frontend/summary/intro' 
35-                     } 
36-                 ] 
37-             } , 
38-             { 
39-                 text : '仓库地址' , 
40-                 items : [ 
41-                     { 
42-                         text : 'Arco Design Pro' , 
43-                         icon : 'mdi:github' , 
44-                         link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco' , 
45-                         badge : {  text : '已弃用' ,  type : 'danger'  } 
46-                     } , 
47-                     { 
48-                         text : 'Vben Admin Antd' , 
49-                         icon : 'mdi:github' , 
50-                         link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui' 
51-                     } 
52-                 ] 
53-             } , 
54-         ] 
55-     } , 
56-     { 
57-         text : 'v1.8.0' , 
58-         items : [ 
5922            { 
6023                text : '文档' , 
6124                items : [ 
@@ -69,6 +32,16 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
6932                        icon : 'simple-icons:apifox' , 
7033                        link : 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0' 
7134                    } , 
35+                     { 
36+                         text : 'Arco Admin' , 
37+                         icon : 'material-symbols:docs' , 
38+                         link : '/frontend/summary/arco' , 
39+                     } , 
40+                     { 
41+                         text : 'Vben Admin' , 
42+                         icon : 'material-symbols:docs' , 
43+                         link : '/frontend/summary/intro' 
44+                     } 
7245                ] 
7346            } , 
7447            { 
@@ -79,11 +52,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
7952                        icon : 'healthicons:question' , 
8053                        link : '/questions.md' 
8154                    } , 
82-                     { 
83-                         text : '技术支持' , 
84-                         icon : 'fluent-emoji-high-contrast:unicorn' , 
85-                         link : '/group.md' 
86-                     } , 
8755                    { 
8856                        text : '参与贡献' , 
8957                        icon : 'mdi:people-add' , 
@@ -103,16 +71,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
10371            } , 
10472        ] 
10573    } , 
106-     { 
107-         text : '插件系统' , 
108-         icon : 'unjs:unplugin' , 
109-         link : '/plugin/before' 
110-     } , 
111-     { 
112-         text : '赞助' , 
113-         icon : 'material-icon-theme:github-sponsors' , 
114-         link : '/sponsors' 
115-     } , 
11674    { 
11775        text : '生态系统' , 
11876        items : [ 
@@ -165,11 +123,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
165123            { 
166124                text : '特权' , 
167125                items : [ 
168-                     { 
169-                         text : 'Pricing' , 
170-                         icon : 'solar:tag-price-bold' , 
171-                         link : '/pricing' 
172-                     } , 
173126                    { 
174127                        text : '知识星球' , 
175128                        icon : 'ph:planet-fill' , 
@@ -185,6 +138,21 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
185138            } 
186139        ] 
187140    } , 
141+     { 
142+         text : '插件系统' , 
143+         icon : 'unjs:unplugin' , 
144+         link : '/plugin/before' 
145+     } , 
146+     { 
147+         text : 'Pricing' , 
148+         icon : 'streamline-color:bag-dollar' , 
149+         link : '/pricing' 
150+     } , 
151+     { 
152+         text : '赞助' , 
153+         icon : 'material-icon-theme:github-sponsors' , 
154+         link : '/sponsors' 
155+     } , 
188156    { 
189157        text : '关于' , 
190158        items : [ 
0 commit comments