@@ -41,16 +41,15 @@ export const mySidebar: ThemeSidebarMulti = {
4141 { text : 'JWT' , link : 'jwt' } ,
4242 { text : 'RBAC' , link : 'RBAC' } ,
4343 { text : 'OAuth 2.0' , link : 'oauth2' } ,
44+ { text : '跨域' , link : 'CORS' } ,
45+ { text : '事务' , link : 'transaction' } ,
46+ { text : '切换主键' , link : 'pk' } ,
47+ { text : '切换数据库' , link : 'db' } ,
4448 { text : '数据权限' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
4549 { text : '代码生成' , link : 'code-generation' } ,
4650 { text : 'SocketIo' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
4751 { text : 'Celery' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
4852 { text : 'APScheduler' , link : 'apscheduler' } ,
49- // {text: '日志分析', link: '/planet', badge: { text: '专业版', type: 'warning' } },
50- { text : '跨域' , link : 'CORS' } ,
51- { text : '事务' , link : 'transaction' } ,
52- { text : '切换主键' , link : 'pk' } ,
53- { text : '切换数据库' , link : 'db' } ,
5453 { text : 'SSO' , link : 'sso' , badge : { text : '专业版' , type : 'warning' } } ,
5554 ]
5655 } ,
0 commit comments