From 322fd2c4ad30dc52f098c2b80126adb5f311c408 Mon Sep 17 00:00:00 2001 From: En Date: Thu, 9 Apr 2026 22:33:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20WelcomeView=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=20import=20=E7=9A=84=20config=20=E5=BC=95=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=88=9B=E4=BD=9C=E9=A1=B5=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 brandTitle/brandSubtitle 死代码(引用了未 import 的 config) - 移除未使用的 KeyOutlined import(上一轮已移除但遗漏了 config) Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/public/create/views/WelcomeView.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/views/public/create/views/WelcomeView.vue b/frontend/src/views/public/create/views/WelcomeView.vue index 40eec33..b56c42a 100644 --- a/frontend/src/views/public/create/views/WelcomeView.vue +++ b/frontend/src/views/public/create/views/WelcomeView.vue @@ -90,9 +90,6 @@ const handleStart = () => { store.reset() router.push('/p/create/upload') } - -const brandTitle = config.brand.title || '乐读派' -const brandSubtitle = config.brand.subtitle || 'AI智能儿童绘本创作'