@@ -20,7 +20,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
2020 ]
2121 } ,
2222 {
23- text : '文档 - 后端' ,
23+ text : '后端' ,
2424 items : [
2525 {
2626 text : '快速开始' ,
@@ -32,21 +32,31 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
3232 icon : 'simple-icons:apifox' ,
3333 link : 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
3434 } ,
35+ {
36+ text : '开发计划' ,
37+ icon : 'icon-park-twotone:plan' ,
38+ link : '/backend/summary/plan'
39+ } ,
3540 ]
3641 } ,
3742 {
38- text : '文档 - 前端' ,
43+ text : '前端' ,
3944 items : [
4045 {
4146 text : 'Arco UI' ,
4247 badge : { text : '已弃用' , type : 'danger' } ,
43- icon : 'material-symbols:docs ' ,
48+ icon : 'icon-park-outline:new-lark ' ,
4449 link : '/frontend/summary/arco' ,
4550 } ,
4651 {
4752 text : 'Vben UI' ,
48- icon : 'material-symbols:docs ' ,
53+ icon : 'simple-icons:antdesign ' ,
4954 link : '/frontend/summary/intro'
55+ } ,
56+ {
57+ text : '开发计划' ,
58+ icon : 'icon-park-twotone:plan' ,
59+ link : '/frontend/summary/plan'
5060 }
5161 ]
5262 } ,
@@ -127,7 +137,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
127137 ]
128138 } ,
129139 {
130- text : '视频课程 ' ,
140+ text : '课程 ' ,
131141 items : [
132142 {
133143 text : '视频课程' ,
@@ -153,7 +163,43 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
153163 {
154164 text : '插件系统' ,
155165 icon : 'unjs:unplugin' ,
156- link : '/plugin/before'
166+ items : [
167+ {
168+ text : '文档' ,
169+ items : [
170+ {
171+ text : '前言' ,
172+ icon : 'bi:chat-text' ,
173+ link : '/plugin/before'
174+ } ,
175+ {
176+ text : '插件开发' ,
177+ icon : 'la:dev' ,
178+ link : '/plugin/dev'
179+ } ,
180+ {
181+ text : '插件分享' ,
182+ icon : 'material-symbols:share' ,
183+ link : '/plugin/share'
184+ } ,
185+ {
186+ text : '插件安装' ,
187+ icon : 'icon-park-outline:install' ,
188+ link : '/plugin/install'
189+ }
190+ ]
191+ } ,
192+ {
193+ text : '更多' ,
194+ items : [
195+ {
196+ text : '插件市场' ,
197+ icon : 'lsicon:marketing-outline' ,
198+ link : '/market'
199+ } ,
200+ ]
201+ }
202+ ]
157203 } ,
158204 {
159205 text : 'Pricing' ,
0 commit comments