From e1ccf783cb0d24b82ec057fe1cc1ac0033830fae Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 27 Nov 2024 11:25:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/DesktopSetting.vue | 232 +++++++++++++++++- .../src/layout/components/TopDesktopCard.vue | 56 +++++ core/core-frontend/src/locales/en.ts | 3 + core/core-frontend/src/locales/tw.ts | 3 + core/core-frontend/src/locales/zh-CN.ts | 3 + 5 files changed, 292 insertions(+), 5 deletions(-) create mode 100644 core/core-frontend/src/layout/components/TopDesktopCard.vue diff --git a/core/core-frontend/src/layout/components/DesktopSetting.vue b/core/core-frontend/src/layout/components/DesktopSetting.vue index 911c7db571..63229bdebb 100644 --- a/core/core-frontend/src/layout/components/DesktopSetting.vue +++ b/core/core-frontend/src/layout/components/DesktopSetting.vue @@ -1,21 +1,117 @@ + diff --git a/core/core-frontend/src/layout/components/TopDesktopCard.vue b/core/core-frontend/src/layout/components/TopDesktopCard.vue new file mode 100644 index 0000000000..a2c23275c7 --- /dev/null +++ b/core/core-frontend/src/layout/components/TopDesktopCard.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 079da28a93..6b388e6e90 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2265,6 +2265,9 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr day_limit: 'Days cannot be less than 1 and greater than 31' }, commons: { + language: 'language', + help_center: 'Help Center', + assistant: 'Assistant', test_connect: 'Test connection', consanguinity: 'blood relationship', collapse_navigation: 'Collapse navigation', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index ef75738690..439a21c146 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2214,6 +2214,9 @@ export default { day_limit: '天不能小於1,大於31' }, commons: { + language: '語言', + help_center: '幫助中心', + assistant: '小助手', test_connect: '測試連線', consanguinity: '血緣關係', collapse_navigation: '收起導航', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 7d18773e30..cdd949d121 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2216,6 +2216,9 @@ export default { day_limit: '天不能小于1,大于31' }, commons: { + language: '语言', + help_center: '帮助中心', + assistant: '小助手', test_connect: '测试连接', consanguinity: '血缘关系', collapse_navigation: '收起导航',