fix: WelcomeView 移除未 import 的 config 引用,修复创作页渲染崩溃

- 移除 brandTitle/brandSubtitle 死代码(引用了未 import 的 config)
- 移除未使用的 KeyOutlined import(上一轮已移除但遗漏了 config)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
En 2026-04-09 22:33:51 +08:00
parent 15428116b5
commit 322fd2c4ad

View File

@ -90,9 +90,6 @@ const handleStart = () => {
store.reset() store.reset()
router.push('/p/create/upload') router.push('/p/create/upload')
} }
const brandTitle = config.brand.title || '乐读派'
const brandSubtitle = config.brand.subtitle || 'AI智能儿童绘本创作'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>