@@ -34,20 +34,20 @@ export const mySidebar: ThemeSidebarMulti = {
3434 { text : 'CRUD' , link : 'CRUD' } ,
3535 { text : '接口响应' , link : 'response' } ,
3636 { text : '分页' , link : 'pagination' } ,
37- { text : '自定义异常' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
37+ { text : '自定义异常' , link : '/planet' } ,
3838 { text : '节流' , link : 'limit' } ,
3939 { text : '切换数据库' , link : 'db' } ,
4040 { text : 'JWT' , link : 'jwt' } ,
4141 { text : 'RBAC' , link : 'RBAC' } ,
4242 { text : 'OAuth 2.0' , link : 'oauth2' } ,
43- { text : '数据权限' , link : '/planet' , icon : 'fluent-color:video-16' } ,
43+ { text : '数据权限' , link : '/planet' } ,
4444 { text : '代码生成' , link : 'code-generation' } ,
4545 { text : '跨域' , link : 'CORS' } ,
4646 { text : '事务' , link : 'transaction' } ,
47- { text : 'Celery' , link : '/planet' , icon : 'fluent-color:video-16' } ,
47+ { text : 'Celery' , link : '/planet' } ,
4848 { text : 'APScheduler' , link : 'apscheduler' } ,
49- // {text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16' },
50- { text : 'SocketIo' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
49+ // {text: '日志分析', link: '/planet'},
50+ { text : 'SocketIo' , link : '/planet' } ,
5151 { text : 'SSO' , link : 'sso' } ,
5252 ]
5353 } ,
0 commit comments