From af5705d950b625d0cff559010a382e12f1ee34ba Mon Sep 17 00:00:00 2001 From: limbo <43649186+HUAHUAI23@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:15:00 +0800 Subject: [PATCH] chore(web): adjust homepage logo and name (#2030) --- .vscode/settings.json | 5 +++-- web/index.html | 26 ++++++++++------------ web/public/favicon.ico | Bin 2732 -> 15086 bytes web/public/locales/en/translation.json | 16 ++++++++----- web/public/locales/zh-CN/translation.json | 20 ++++++++++------- web/public/locales/zh/translation.json | 24 +++++++++++--------- web/public/sealos-logo.svg | 1 + web/src/App.tsx | 10 +++++++++ web/src/pages/homepage/footer.tsx | 18 ++++++++------- web/src/pages/homepage/navbar.tsx | 9 ++++---- 10 files changed, 77 insertions(+), 52 deletions(-) create mode 100644 web/public/sealos-logo.svg diff --git a/.vscode/settings.json b/.vscode/settings.json index e56a5215..01f58227 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -141,8 +141,9 @@ "i18next", "general" ], - "i18n-ally.sourceLanguage": "zh-CN", - "i18n-ally.displayLanguage": "en,zh", + "i18n-ally.sourceLanguage": "zh", + // "i18n-ally.displayLanguage": "en,zh", + "i18n-ally.displayLanguage": "zh", "i18n-ally.namespace": false, "i18n-ally.pathMatcher": "{locale}/translation.json", "i18n-ally.keystyle": "nested", diff --git a/web/index.html b/web/index.html index fec14b76..ceacd424 100644 --- a/web/index.html +++ b/web/index.html @@ -1,17 +1,15 @@ +
+ + + +