From 712428dbffdfdf7d18dc4f0f0c57011f7cdd7e5b Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 21 Oct 2025 16:05:58 +0800 Subject: [PATCH] feat(Appearance Configuration): Logo and website name optimization --- frontend/src/components/layout/LayoutDsl.vue | 137 +++++++++++++++--- frontend/src/i18n/en.json | 2 +- frontend/src/i18n/ko-KR.json | 2 +- frontend/src/i18n/zh-CN.json | 2 +- frontend/src/stores/appearance.ts | 2 +- frontend/src/views/chat/index.vue | 16 +- frontend/src/views/login/index.vue | 25 +++- .../views/system/appearance/LoginPreview.vue | 27 ++-- .../src/views/system/appearance/index.vue | 33 +++-- 9 files changed, 186 insertions(+), 60 deletions(-) diff --git a/frontend/src/components/layout/LayoutDsl.vue b/frontend/src/components/layout/LayoutDsl.vue index 1c17fcd6..d20b3af4 100644 --- a/frontend/src/components/layout/LayoutDsl.vue +++ b/frontend/src/components/layout/LayoutDsl.vue @@ -1,19 +1,15 @@