From b9e1de8446d3bb59948b3a54ef930090a1a66619 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:50:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=B8=83=E7=89=9B?= =?UTF-8?q?=E4=BA=91=E5=8A=A0=E9=80=9F=E5=9F=9F=E5=90=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20(#584)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/setting/backup-account/operate/index.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index a1a6e1858..5965e40ea 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -831,6 +831,7 @@ const message = { SFTP: 'SFTP', COS: 'Tencent COS', KODO: 'Qiniu Kodo', + domainHelper: 'The accelerated domain name must contain http:// or https://', backupAlert: "In theory, as long as the cloud provider is compatible with the S3 protocol, existing Amazon S3 cloud storage can be used for backup. For specific configurations, please refer to the official documentation. ", domain: 'Accelerate domain', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 83b2cf97b..7882b86ad 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -828,6 +828,7 @@ const message = { SFTP: 'SFTP', COS: '腾讯云 COS', KODO: '七牛云 Kodo', + domainHelper: '加速域名必须包含 http:// 或者 https://', backupAlert: "理论上只要云厂商兼容 S3 协议,就可以用现有的亚马逊 S3 云存储来备份,具体配置参考 官方文档 ", domain: '加速域名', diff --git a/frontend/src/views/setting/backup-account/operate/index.vue b/frontend/src/views/setting/backup-account/operate/index.vue index cd511f60c..01ea3caf8 100644 --- a/frontend/src/views/setting/backup-account/operate/index.vue +++ b/frontend/src/views/setting/backup-account/operate/index.vue @@ -67,6 +67,7 @@ :rules="Rules.requiredInput" > + {{ $t('setting.domainHelper') }}