@@ -34,20 +34,20 @@ export const mySidebar: ThemeSidebarMulti = {
34
34
{ text : 'CRUD' , link : 'CRUD' } ,
35
35
{ text : '接口响应' , link : 'response' } ,
36
36
{ text : '分页' , link : 'pagination' } ,
37
- { text : '自定义异常' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
37
+ { text : '自定义异常' , link : '/planet' } ,
38
38
{ text : '节流' , link : 'limit' } ,
39
39
{ text : '切换数据库' , link : 'db' } ,
40
40
{ text : 'JWT' , link : 'jwt' } ,
41
41
{ text : 'RBAC' , link : 'RBAC' } ,
42
42
{ text : 'OAuth 2.0' , link : 'oauth2' } ,
43
- { text : '数据权限' , link : '/planet' , icon : 'fluent-color:video-16' } ,
43
+ { text : '数据权限' , link : '/planet' } ,
44
44
{ text : '代码生成' , link : 'code-generation' } ,
45
45
{ text : '跨域' , link : 'CORS' } ,
46
46
{ text : '事务' , link : 'transaction' } ,
47
- { text : 'Celery' , link : '/planet' , icon : 'fluent-color:video-16' } ,
47
+ { text : 'Celery' , link : '/planet' } ,
48
48
{ 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' } ,
51
51
{ text : 'SSO' , link : 'sso' } ,
52
52
]
53
53
} ,
0 commit comments