From ac350d3b27ac7c0315fc548a88ee76efb063f123 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 18 Jul 2022 16:59:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=B8=BB=E9=A2=98=E9=A3=8E=E6=A0=BC=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/logo-license-MeterSphere.svg | 80 +++++++++++++++++++ frontend/src/i18n/en-US.js | 2 +- frontend/src/i18n/zh-CN.js | 2 +- frontend/src/i18n/zh-TW.js | 2 +- 4 files changed, 83 insertions(+), 3 deletions(-) create mode 100755 frontend/src/assets/logo-license-MeterSphere.svg diff --git a/frontend/src/assets/logo-license-MeterSphere.svg b/frontend/src/assets/logo-license-MeterSphere.svg new file mode 100755 index 0000000000..1fb78563d5 --- /dev/null +++ b/frontend/src/assets/logo-license-MeterSphere.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index d76bea117e..364368d292 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -523,7 +523,7 @@ export default { loginTitle: 'Login page prompt information', pageTitle: 'Page Title', sysTitle: 'System Name', - theme_style: 'Theme style set', + theme_style: 'Menu style settings', }, system_config: { base_config: 'Base Config', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index a7772ee326..2fb6af0b4b 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -528,7 +528,7 @@ export default { loginTitle: '登陆页面提示信息', pageTitle: '页面 Title', sysTitle: '系统名称', - theme_style: '主题风格设置', + theme_style: '菜单风格设置', }, system_config: { base_config: '基本配置', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 51244d3bce..e2986f5acb 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -525,7 +525,7 @@ export default { loginTitle: '登陸頁面提示信息', pageTitle: '頁面 Title', sysTitle: '系統名稱', - theme_style: '主題風格設置', + theme_style: '菜單風格設置', }, system_config: { base_config: '基本配置',