mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-11 23:25:33 +08:00
feat(quick-entry): 工作台快捷入口新增「三方平台登录」(默认隐藏 + 中英i18n)
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"onlineUser": "Online Users",
|
||||
"analytics": "Analytics",
|
||||
"developTrade": "Payment Develop",
|
||||
"socialLogin": "Third-party Platform Login",
|
||||
"empty": "No accessible quick entries",
|
||||
"edit": "Edit",
|
||||
"editTitle": "Edit Quick Entry",
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"onlineUser": "在线用户",
|
||||
"analytics": "分析页",
|
||||
"developTrade": "支付调试",
|
||||
"socialLogin": "三方平台登录",
|
||||
"empty": "暂无可访问的快捷入口",
|
||||
"edit": "编辑",
|
||||
"editTitle": "编辑快捷入口",
|
||||
|
||||
@@ -231,6 +231,16 @@ export const ENTRY_CATALOG: QuickEntryMeta[] = [
|
||||
defaultVisible: false,
|
||||
defaultOrder: 20,
|
||||
},
|
||||
{
|
||||
key: 'socialLogin',
|
||||
routeName: '/system/config/social',
|
||||
icon: 'lucide:share-2',
|
||||
titleKey: 'dashboard.workspace.quickEntry.socialLogin',
|
||||
color: 'bg-fuchsia-500',
|
||||
perms: [PermCodes.Iam.Social.VIEW],
|
||||
defaultVisible: false,
|
||||
defaultOrder: 21,
|
||||
},
|
||||
];
|
||||
|
||||
/** 默认序列:defaultVisible=true 的按 defaultOrder 升序 */
|
||||
|
||||
Reference in New Issue
Block a user