@@ -34,15 +34,16 @@ export const mySidebar: ThemeSidebarMulti = {
34
34
{ text : 'Schema' , link : 'schema' } ,
35
35
{ text : '路由' , link : 'router' } ,
36
36
{ text : 'CRUD' , link : 'CRUD' } ,
37
- { text : '接口响应' , link : 'response' } ,
38
37
{ text : '分页' , link : 'pagination' } ,
39
- { text : '自定义异常 ' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
40
- { text : '节流 ' , link : 'limit ' } ,
38
+ { text : '接口响应 ' , link : 'response' } ,
39
+ { text : '国际化 ' , link : 'i18n' , badge : 'NEW ' } ,
41
40
{ text : 'JWT' , link : 'jwt' } ,
42
41
{ text : 'RBAC' , link : 'RBAC' } ,
43
42
{ text : 'OAuth 2.0' , link : 'oauth2' } ,
43
+ { text : '自定义异常' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
44
+ { text : '节流' , link : 'limit' } ,
44
45
{ text : '跨域' , link : 'CORS' } ,
45
- { text : '事务' , link : 'transaction' } ,
46
+ { text : 'SQLA 事务' , link : 'transaction' } ,
46
47
{ text : '切换主键' , link : 'pk' } ,
47
48
{ text : '切换数据库' , link : 'db' } ,
48
49
{ text : '数据权限' , link : '/planet' , badge : { text : '专业版' , type : 'warning' } } ,
0 commit comments