11import { defineNavbarConfig } from "vuepress-theme-plume" ;
22
33export const myNavbar = defineNavbarConfig ( [
4- {
5- text : '后端' ,
6- link : '/backend/summary/quick-start.md'
7- } ,
84 {
95 text : '前端' ,
106 items : [
117 {
128 text : '线上演示' ,
13- icon : 'mdi:web' ,
149 items : [
1510 {
1611 text : 'Arco Design Pro 实验性实施' ,
@@ -20,7 +15,6 @@ export const myNavbar = defineNavbarConfig([
2015 } ,
2116 {
2217 text : '文档' ,
23- icon : 'material-symbols:docs' ,
2418 items : [
2519 {
2620 text : 'Arco Design Pro 实验性实施' ,
@@ -34,7 +28,6 @@ export const myNavbar = defineNavbarConfig([
3428 } ,
3529 {
3630 text : 'GitHub' ,
37- icon : 'mdi:git' ,
3831 items : [
3932 {
4033 text : 'Arco Design Pro 实验性实施' ,
@@ -52,29 +45,59 @@ export const myNavbar = defineNavbarConfig([
5245 text : 'v1.0.5' ,
5346 items : [
5447 {
55- text : '常见问题' ,
56- icon : 'healthicons:question' ,
57- link : '/questions.md'
58- } ,
59- {
60- text : '技术支持' ,
61- icon : 'fluent-emoji-high-contrast:unicorn' ,
62- link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
63- } ,
64- {
65- text : '参与贡献' ,
66- icon : 'mdi:people-add' ,
67- link : 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#readme'
48+ text : '线上演示' ,
49+ items : [
50+ {
51+ text : '服务状态' ,
52+ icon : 'simple-icons:uptimekuma' ,
53+ link : 'https://status.wu-clan.site/status/services'
54+ }
55+ ]
6856 } ,
6957 {
70- text : '更新记录' ,
71- icon : 'stash:last-updates-duotone' ,
72- link : '/changelog.md'
58+ text : '文档' ,
59+ items : [
60+ {
61+ text : '快速开始' ,
62+ icon : 'material-symbols:start' ,
63+ link : '/backend/summary/quick-start.md'
64+ } ,
65+ {
66+ text : 'Apifox' ,
67+ icon : 'simple-icons:apifox' ,
68+ link : 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
69+ } ,
70+ ]
7371 } ,
7472 {
75- text : '我要催更' ,
76- icon : 'material-symbols:update-rounded' ,
77- link : 'https://discord.gg/JyedBeHXkn'
73+ text : '更多' ,
74+ items : [
75+ {
76+ text : '常见问题' ,
77+ icon : 'healthicons:question' ,
78+ link : '/questions.md'
79+ } ,
80+ {
81+ text : '技术支持' ,
82+ icon : 'fluent-emoji-high-contrast:unicorn' ,
83+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
84+ } ,
85+ {
86+ text : '参与贡献' ,
87+ icon : 'mdi:people-add' ,
88+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#readme'
89+ } ,
90+ {
91+ text : '我要催更' ,
92+ icon : 'material-symbols:update-rounded' ,
93+ link : 'https://discord.gg/JyedBeHXkn'
94+ } ,
95+ {
96+ text : '更新记录' ,
97+ icon : 'stash:last-updates-duotone' ,
98+ link : '/changelog.md'
99+ } ,
100+ ]
78101 } ,
79102 ]
80103 } ,
@@ -122,11 +145,6 @@ export const myNavbar = defineNavbarConfig([
122145 icon : 'ph:planet-fill' ,
123146 link : '/planet'
124147 } ,
125- {
126- text : '服务状态' ,
127- icon : 'simple-icons:uptimekuma' ,
128- link : 'https://status.wu-clan.site/status/services'
129- } ,
130148 ] ,
131149 }
132150] )
0 commit comments