From 8284e5f552bd8c862cb5f44010b8c2ff2dcdaffe Mon Sep 17 00:00:00 2001 From: kieranwv Date: Fri, 1 Nov 2024 15:14:40 +0800 Subject: [PATCH] feat: update ui design --- .vscode/settings.json | 3 ++- src/layouts/page.vue | 6 +++--- src/locales/en.json | 3 +-- src/locales/zh.json | 1 - src/pages/about.vue | 7 +------ src/pages/index.vue | 30 ++++++++++++++---------------- 6 files changed, 21 insertions(+), 29 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 705021c..d977cf6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -86,5 +86,6 @@ // Enable the i18n-ally extension "i18n-ally.localesPaths": [ "src/locales" - ] + ], + "i18n-ally.keystyle": "nested" } diff --git a/src/layouts/page.vue b/src/layouts/page.vue index 464401d..a3ba320 100644 --- a/src/layouts/page.vue +++ b/src/layouts/page.vue @@ -22,7 +22,7 @@ function openGithub() {