From 666f8c813d2e59e8b4e486e14681168710f78b22 Mon Sep 17 00:00:00 2001 From: see-more <107225647+see-more@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:00:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E5=92=8C=E9=98=B2?= =?UTF-8?q?=E7=81=AB=E5=A2=99=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=20(#6386?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style:移动端端文件页面样式 * style:修改防火墙页面样式 * style:手机端ssl界面和数据库界面调整 --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/tw.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/database/mysql/index.vue | 10 +- .../src/views/host/file-management/index.vue | 340 +++++++++++++----- .../src/views/host/firewall/status/index.vue | 73 ++-- frontend/src/views/website/ssl/index.vue | 38 +- 7 files changed, 322 insertions(+), 142 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 24b32f3da..6eab83747 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1176,6 +1176,7 @@ const message = { info: 'Attribute', linkFile: 'Soft link', terminal: 'Terminal', + batchoperation: 'batch operation', shareList: 'Share list', zip: 'Compressed', group: 'Group', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index c37e3e6c2..940115420 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1114,6 +1114,7 @@ const message = { info: '屬性', linkFile: '軟連接文件', terminal: '終端', + batchoperation: '批量操作', shareList: '分享列表', zip: '壓縮', group: '用戶組', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index e1dea0bb9..ec6897c3a 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1118,6 +1118,7 @@ const message = { info: '属性', linkFile: '软连接文件', terminal: '终端', + batchoperation: '批量操作', shareList: '分享列表', zip: '压缩', group: '用户组', diff --git a/frontend/src/views/database/mysql/index.vue b/frontend/src/views/database/mysql/index.vue index e7b07d232..c80296cc6 100644 --- a/frontend/src/views/database/mysql/index.vue +++ b/frontend/src/views/database/mysql/index.vue @@ -62,7 +62,7 @@