From 6c33315eff27b2365e2b90711e3c431225f603cf Mon Sep 17 00:00:00 2001 From: empty Date: Thu, 8 Jan 2026 10:07:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=86=99=E4=BD=9C?= =?UTF-8?q?=E8=8C=83=E5=BC=8F=E5=88=86=E6=9E=90=E5=85=A5=E5=8F=A3=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在WriterPanel头部添加'写作范式'切换按钮 - 修复无法进入范式分析页面的问题 --- src/components/WriterPanel.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/WriterPanel.vue b/src/components/WriterPanel.vue index 62c4a4a..e9b5073 100644 --- a/src/components/WriterPanel.vue +++ b/src/components/WriterPanel.vue @@ -6,6 +6,12 @@

✍️ AI 写作工坊

+ Pro版 @@ -144,6 +150,8 @@ const { apiKey } = storeToRefs(appStore) +const { switchPage } = appStore + const presetTags = ['Markdown格式', '总分总结构', '数据支撑', '语气幽默', '严禁被动语态', '引用权威来源'] // 添加参考案例