File tree Expand file tree Collapse file tree 4 files changed +1
-21
lines changed Expand file tree Collapse file tree 4 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ 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- } ,
4035 ]
4136 } ,
4237 {
@@ -53,11 +48,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
5348 icon : 'simple-icons:antdesign' ,
5449 link : '/frontend/summary/intro'
5550 } ,
56- {
57- text : '开发计划' ,
58- icon : 'icon-park-twotone:plan' ,
59- link : '/frontend/summary/plan'
60- }
6151 ]
6252 } ,
6353 {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const mySidebar: ThemeSidebarMulti = {
3939 { text : '国际化' , link : 'i18n' } ,
4040 { text : 'JWT' , link : 'jwt' } ,
4141 { text : 'RBAC' , link : 'RBAC' } ,
42- { text : '跨域 ' , link : 'CORS' } ,
42+ { text : 'CORS ' , link : 'CORS' } ,
4343 { text : '时区' , link : 'timezone' } ,
4444 { text : '节流' , link : 'limit' } ,
4545 { text : '切换主键' , link : 'pk' } ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments