Trim third party sync settings
This commit is contained in:
@@ -37,9 +37,7 @@ const businessModules = import.meta.glob([
|
||||
'./langs/zh-CN/application.json',
|
||||
'./langs/zh-CN/chat.json',
|
||||
'./langs/zh-CN/dept.json',
|
||||
'./langs/zh-CN/dingtalk-sync.json',
|
||||
'./langs/zh-CN/dict.json',
|
||||
'./langs/zh-CN/feishu-sync.json',
|
||||
'./langs/zh-CN/file-manager.json',
|
||||
'./langs/zh-CN/loginLog.json',
|
||||
'./langs/zh-CN/menu.json',
|
||||
@@ -54,7 +52,6 @@ const businessModules = import.meta.glob([
|
||||
'./langs/zh-CN/ui-config.json',
|
||||
'./langs/zh-CN/user-avatar.json',
|
||||
'./langs/zh-CN/user.json',
|
||||
'./langs/zh-CN/wecom-sync.json',
|
||||
]);
|
||||
|
||||
const baseLocalesMap = loadLocalesMapFromDir(
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"ssoConfig": "SSO配置",
|
||||
"notifyConfig": "通知配置",
|
||||
"modelConfig": "模型配置",
|
||||
"syncConfig": "同步配置",
|
||||
"save": "保存",
|
||||
"reset": "恢复默认",
|
||||
"resetConfirm": "确定要恢复该分组为默认配置吗?这将删除数据库中的自定义配置,恢复为环境变量的默认值。",
|
||||
@@ -29,10 +28,7 @@
|
||||
"notify_feishu": "飞书通知",
|
||||
"notify_wecom": "企业微信通知",
|
||||
"notify_sms": "短信通知",
|
||||
"notify_wechat_mp": "微信公众号",
|
||||
"sync_dingtalk": "钉钉",
|
||||
"sync_wecom": "企业微信",
|
||||
"sync_feishu": "飞书"
|
||||
"notify_wechat_mp": "微信公众号"
|
||||
},
|
||||
"fields": {
|
||||
"client_id": "Client ID",
|
||||
|
||||
Reference in New Issue
Block a user