@@ -4,10 +4,11 @@ import {SidebarMulti} from "vuepress-theme-plume/lib/shared";
44export const mySidebar : SidebarMulti = {
55 '/guide/' : [
66 {
7- text : '简介 ' ,
7+ text : '介绍 ' ,
88 collapsed : false ,
99 prefix : 'summary/' ,
1010 items : [
11+ { text : '简介' , link : 'intro' } ,
1112 { text : '为什么选择我们?' , link : 'why' } ,
1213 { text : '快速开始' , link : 'quick-start' } ,
1314 { text : '精简版' , link : 'fsm' } ,
@@ -24,23 +25,23 @@ export const mySidebar: SidebarMulti = {
2425 { text : 'CRUD' , link : 'CRUD' } ,
2526 { text : '事务' , link : 'transaction' } ,
2627 { text : '切换数据库' , link : 'db' } ,
27- { text : '数据规则' , link : 'data-rule' } ,
28+ { text : '数据规则' , link : 'data-rule' , icon : 'mdi:planet' } ,
2829 { text : '代码生成' , link : 'code-generation' } ,
29- { text : '自定义异常' , link : 'custom-err-msg' } ,
30- { text : '接口响应' , link : 'response' } ,
30+ { text : '自定义异常' , link : 'custom-err-msg' , icon : 'mdi:planet' } ,
31+ { text : '接口响应' , link : 'response' , icon : 'mdi:planet' } ,
3132 { text : '分页' , link : 'paginate' } ,
32- { text : 'Celery' , link : 'Celery' } ,
33+ { text : 'Celery' , link : 'Celery' , icon : 'mdi:planet' } ,
3334 { text : 'APScheduler' , link : 'apscheduler' } ,
34- { text : '日志分析' , link : 'log' } ,
35- { text : 'Socketio' , link : 'socketio' } ,
35+ { text : '日志分析' , link : 'log' , icon : 'mdi:planet' } ,
36+ { text : 'Socketio' , link : 'socketio' , icon : 'mdi:planet' } ,
3637 ]
3738 } ,
3839 {
3940 text : 'Mixin' ,
4041 collapsed : false ,
4142 prefix : 'mixin/' ,
4243 items : [
43- { text : '用户信息' , link : 'user' } ,
44+ { text : '用户信息' , link : 'user' , icon : 'mdi:planet' } ,
4445 ]
4546 } ,
4647 {
0 commit comments