From 306082d625f7f007646ac5ce0e2d246620404e23 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:44:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD=20(#4316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 1 - frontend/src/assets/images/favicon.png | Bin 0 -> 9330 bytes frontend/src/hooks/use-logo.ts | 36 ------------------ frontend/src/lang/modules/en.ts | 8 ++-- frontend/src/lang/modules/tw.ts | 9 ++--- frontend/src/lang/modules/zh.ts | 16 ++++---- .../components/Sidebar/components/Logo.vue | 13 +++++-- frontend/src/layout/index.vue | 10 +++++ frontend/src/views/login/entrance/index.vue | 2 +- frontend/src/views/login/index.vue | 2 +- frontend/src/views/setting/about/index.vue | 16 ++++++-- 11 files changed, 50 insertions(+), 63 deletions(-) create mode 100644 frontend/src/assets/images/favicon.png delete mode 100644 frontend/src/hooks/use-logo.ts diff --git a/frontend/index.html b/frontend/index.html index 2fd4c0993..f5c3d49d2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,6 @@
-