diff --git a/ui/src/locales/lang/zh_CN/views/application-overview.ts b/ui/src/locales/lang/zh_CN/views/application-overview.ts
index 058b93986..4a080a939 100644
--- a/ui/src/locales/lang/zh_CN/views/application-overview.ts
+++ b/ui/src/locales/lang/zh_CN/views/application-overview.ts
@@ -11,7 +11,7 @@ export default {
embedThirdParty: '嵌入第三方',
accessRestrictions: '访问限制',
displaySetting: '显示设置',
- apiAccessCredentials: 'API访问凭据',
+ apiAccessCredentials: 'API 访问凭据',
apiKey: 'API Key',
refreshToken: {
msgConfirm1: '是否重新生成公开访问链接?',
diff --git a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
index 1af74181d..6ea29e008 100644
--- a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
+++ b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
@@ -171,7 +171,7 @@
action="#"
:auto-upload="false"
:show-file-list="false"
- accept="image/*"
+ accept="image/jpeg, image/png, image/gif"
:on-change="(file: any, fileList: any) => onChange(file, fileList, 'user_avatar')"
>
替换
@@ -190,7 +190,7 @@
action="#"
:auto-upload="false"
:show-file-list="false"
- accept="image/*"
+ accept="image/jpeg, image/png, image/gif"
:on-change="(file: any, fileList: any) => onChange(file, fileList, 'avatar')"
>
替换
@@ -208,7 +208,7 @@
action="#"
:auto-upload="false"
:show-file-list="false"
- accept="image/*"
+ accept="image/jpeg, image/png, image/gif"
:on-change="(file: any, fileList: any) => onChange(file, fileList, 'float_icon')"
>
替换
diff --git a/ui/src/views/login/components/dingtalkQrCode.vue b/ui/src/views/login/components/dingtalkQrCode.vue
index 259d57d5c..63387507c 100644
--- a/ui/src/views/login/components/dingtalkQrCode.vue
+++ b/ui/src/views/login/components/dingtalkQrCode.vue
@@ -11,7 +11,7 @@