优化Assistant.vue组件中的Modal初始化,调整useAiChat.ts中的消息处理逻辑,简化package.json中的workerDirectory格式。

This commit is contained in:
Chuck1sn
2025-07-17 21:36:38 +08:00
parent 8e20f561a4
commit 13d240342c
3 changed files with 14 additions and 15 deletions

View File

@@ -59,8 +59,6 @@
"vue-tsc": "^2.2.8"
},
"msw": {
"workerDirectory": [
"public"
]
"workerDirectory": ["public"]
}
}