From f5435c581bd39813e86d91ad3fc77f85ab28bb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:32:00 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2=E5=8F=8A=E6=A0=B7=E5=BC=8F=20(#7015)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/app-status/index.vue | 21 +++++- .../src/components/router-button/index.vue | 2 +- frontend/src/lang/modules/en.ts | 8 +- frontend/src/lang/modules/tw.ts | 7 +- frontend/src/lang/modules/zh.ts | 7 +- frontend/src/styles/element-dark.scss | 75 +++++++++++++++---- frontend/src/views/app-store/index.vue | 2 +- 7 files changed, 96 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index 8a23ce502..f14eb95b7 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -72,9 +72,14 @@ :content="$t('website.openrestyHelper', [httpPort, httpsPort])" placement="top-start" > - - {{ $t('app.checkTitle') }} - + @@ -109,7 +114,6 @@ import { ElMessageBox } from 'element-plus'; import i18n from '@/lang'; import { MsgSuccess } from '@/utils/message'; import { ClearNginxCache } from '@/api/modules/nginx'; -import { Warning } from '@element-plus/icons-vue'; const props = defineProps({ appKey: { @@ -237,3 +241,12 @@ defineExpose({ onCheck, }); + diff --git a/frontend/src/components/router-button/index.vue b/frontend/src/components/router-button/index.vue index f58c4c3d7..4e4cc8e74 100644 --- a/frontend/src/components/router-button/index.vue +++ b/frontend/src/components/router-button/index.vue @@ -1,6 +1,6 @@ - + - + {{ $t('app.syncAppList') }}