diff --git a/ui/src/locales/lang/en-US/views/system.ts b/ui/src/locales/lang/en-US/views/system.ts index 517dd3171..6869fbb08 100644 --- a/ui/src/locales/lang/en-US/views/system.ts +++ b/ui/src/locales/lang/en-US/views/system.ts @@ -18,7 +18,7 @@ export default { ldap_filterPlaceholder: 'Please enter user filter', ldap_mapping: 'LDAP Attribute Mapping', ldap_mappingPlaceholder: 'Please enter LDAP attribute mapping', - enableAuthentication: 'Enable LDAP Authentication', + enableAuthentication: 'Enable LDAP Authentication' }, cas: { title: 'CAS Settings', @@ -85,7 +85,9 @@ export default { appSecretPlaceholder: 'Please enter APP secret', corpIdPlaceholder: 'Please enter corp ID', agentIdPlaceholder: 'Please enter agent ID', - callbackWarning: 'Please enter a valid URL address' + callbackWarning: 'Please enter a valid URL address', + larkQrCode: 'Lark Scan Code Login', + dingtalkQrCode: 'DingTalk Scan Code Login' } }, theme: { @@ -143,6 +145,6 @@ export default { smtpPassword: 'SMTP Password', smtpPasswordPlaceholder: 'Please enter SMTP password', enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)', - enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)', + enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)' } } diff --git a/ui/src/locales/lang/zh-CN/views/system.ts b/ui/src/locales/lang/zh-CN/views/system.ts index 4e06da9be..7c0fb228b 100644 --- a/ui/src/locales/lang/zh-CN/views/system.ts +++ b/ui/src/locales/lang/zh-CN/views/system.ts @@ -85,7 +85,9 @@ export default { appSecretPlaceholder: '请输入 App Secret', corpIdPlaceholder: '请输入 Corp Id', agentIdPlaceholder: '请输入 Agent Id', - callbackWarning: '请输入有效的 URL 地址' + callbackWarning: '请输入有效的 URL 地址', + larkQrCode: '飞书扫码登录', + dingtalkQrCode: '钉钉扫码登录' } }, theme: { diff --git a/ui/src/locales/lang/zh-Hant/views/system.ts b/ui/src/locales/lang/zh-Hant/views/system.ts index 48e29af67..ada28a3a7 100644 --- a/ui/src/locales/lang/zh-Hant/views/system.ts +++ b/ui/src/locales/lang/zh-Hant/views/system.ts @@ -19,7 +19,7 @@ export default { ldap_filterPlaceholder: '請輸入使用者過濾器', ldap_mapping: 'LDAP 屬性對應', ldap_mappingPlaceholder: '請輸入 LDAP 屬性對應', - enableAuthentication: '啟用 LDAP 認證', + enableAuthentication: '啟用 LDAP 認證' }, cas: { title: 'CAS 設定', @@ -86,7 +86,9 @@ export default { appSecretPlaceholder: '請輸入 App Secret', corpIdPlaceholder: '請輸入 Corp Id', agentIdPlaceholder: '請輸入 Agent Id', - callbackWarning: '請輸入有效的 URL 位址' + callbackWarning: '請輸入有效的 URL 位址', + larkQrCode: '飛書掃碼登錄', + dingtalkQrCode: '釘釘掃碼登錄' } }, theme: { @@ -142,6 +144,6 @@ export default { smtpPassword: '發件人密碼', smtpPasswordPlaceholder: '請輸入發件人密碼', enableSSL: '啟用 SSL(如果 SMTP 端口是 465,通常需要啟用 SSL)', - enableTLS: '啟用 TLS(如果 SMTP 端口是 587,通常需要啟用 TLS)', + enableTLS: '啟用 TLS(如果 SMTP 端口是 587,通常需要啟用 TLS)' } } diff --git a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue index 9eb7adb91..9d104160e 100644 --- a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue +++ b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue @@ -26,353 +26,345 @@ - - -
-
-
-
-
-
- - - - -
+
+
+
+
+
+
+
+ + + + +
-

- {{ detail?.name || $t('views.application.applicationForm.form.appName.label') }} -

-
-
- - - - - - - - -
+

+ {{ detail?.name || $t('views.application.applicationForm.form.appName.label') }} +

-
-
-
-
-
- - -
- - -
-
-
- - - - -
- - -
-
-
- - - - {{ xpackForm.disclaimer_value }} - - +
+ + + + + + + +
+
+
+
+
+ + +
-
- - + +
+
+
+ + + + +
+ + +
+
+
+ + + + {{ xpackForm.disclaimer_value }} + + +
- - - - - -
- {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.customThemeColor') }} -
-
- - {{ - !form.custom_theme.theme_color - ? $t('views.applicationOverview.appInfo.SettingDisplayDialog.default') - : '' - }} -
-
- -
- {{ - $t('views.applicationOverview.appInfo.SettingDisplayDialog.headerTitleFontColor') - }} -
- -
-
- + +
+ + +
+
+ + + +
- {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.languageLabel') }} + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.customThemeColor') }}
- - + + {{ + !form.custom_theme.theme_color + ? $t('views.applicationOverview.appInfo.SettingDisplayDialog.default') + : '' + }} +
+ + +
+ {{ + $t('views.applicationOverview.appInfo.SettingDisplayDialog.headerTitleFontColor') + }} +
+ +
+ + +
+ {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.languageLabel') }} +
+ + + +
+ +
+ {{ + $t('views.applicationOverview.appInfo.SettingDisplayDialog.askUserAvatar') + }} + + + + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} + + +
+ {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} + +
+ +
+ {{ + $t('views.applicationOverview.appInfo.SettingDisplayDialog.AIAvatar') + }} + + + + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} + + +
+ + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} + +
+ +
+ {{ + $t('views.applicationOverview.appInfo.SettingDisplayDialog.floatIcon') + }} + + + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} + + +
+ + {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} + +
+
+ {{ + $t('views.applicationOverview.appInfo.SettingDisplayDialog.iconDefaultPosition') + }} + - - - -
- {{ - $t('views.applicationOverview.appInfo.SettingDisplayDialog.askUserAvatar') - }} - - - - {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} - -
- {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} - -
- -
- {{ - $t('views.applicationOverview.appInfo.SettingDisplayDialog.AIAvatar') - }} - - - - {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} - - -
- - {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} - -
- -
- {{ - $t('views.applicationOverview.appInfo.SettingDisplayDialog.floatIcon') - }} - - - {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.replace') }} - - -
- - {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.imageMessage') }} - -
-
- {{ - $t('views.applicationOverview.appInfo.SettingDisplayDialog.iconDefaultPosition') - }} - -
- - -
- - - - - + +
+ + - px -
-
- -
- - - - - - px -
-
- -
- + + + px +
+ + +
+ + + + + + px +
+
+ +
+ - - - - - - - - - - - + + + + + + + + + +