File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const myNavbar = defineNavbarConfig([
1414 items : [
1515 {
1616 text : 'Gi Admin Pro 官方适配实施' ,
17- link : '/frontend/project '
17+ link : '/frontend/intro '
1818 }
1919 ]
2020 } ,
@@ -29,7 +29,7 @@ export const myNavbar = defineNavbarConfig([
2929 ]
3030 } ,
3131 {
32- text : '文档 ' ,
32+ text : 'GitHub ' ,
3333 icon : 'mdi:git' ,
3434 items : [
3535 {
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ export const mySidebar: ThemeSidebarMulti = {
7676 text : '参考' ,
7777 collapsed : false ,
7878 items : [
79- { text : '项目' , link : 'project' } ,
79+ { text : '介绍' , link : 'intro' } ,
80+ { text : '快速开始' , link : 'quick-start' } ,
8081 ]
8182 }
8283 ]
Original file line number Diff line number Diff line change 1+ ---
2+ title : 介绍
3+ ---
4+
5+ ::: tip
6+ 积极开发中...
7+ :::
8+
9+ 基于 Gi Admin Pro 构建的 fastapi_best_architecture 前端官方适配实施
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ title : 快速开始
3+ ---
You can’t perform that action at this time.
0 commit comments