From c54451c7331d1530ff783a90f49bdc031ec259b1 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Sun, 12 Mar 2023 11:09:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=90=E5=88=B6=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=9A=84=E6=9C=80=E5=A4=A7=E9=95=BF=E5=BA=A6?= 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/app-store/detail/index.vue | 32 +++++++++++-------- .../views/app-store/detail/params/index.vue | 4 +-- .../host/file-management/process/index.vue | 6 ++-- .../website/config/basic/limit-conn/index.vue | 10 +++--- .../website/config/safety/ccdeny/index.vue | 4 +-- frontend/src/views/website/website/index.vue | 8 ++++- 8 files changed, 40 insertions(+), 26 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 0552c559f..0b6b7d395 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -747,6 +747,7 @@ export default { type: 'Type', list: 'File List', sub: 'Include subdirectory', + downlodSuccess: 'Download Success', }, setting: { all: 'All', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index aaba62f3a..710639f34 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -754,6 +754,7 @@ export default { root: '根目录', list: '文件列表', sub: '包含子目录', + downlodSuccess: '下载完成', }, setting: { all: '全部', diff --git a/frontend/src/views/app-store/detail/index.vue b/frontend/src/views/app-store/detail/index.vue index d9657d5de..f88ef62d8 100644 --- a/frontend/src/views/app-store/detail/index.vue +++ b/frontend/src/views/app-store/detail/index.vue @@ -1,7 +1,7 @@