更新tailwindcss版本至4.1.11,优化Assistant.vue和BaseDialog.vue组件,移除不必要的Modal参数,调整workerDirectory格式。

This commit is contained in:
Chuck1sn
2025-07-17 11:58:32 +08:00
parent 5f0f0fbd14
commit b759275cf3
4 changed files with 23 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
"marked": "^15.0.12",
"openapi-fetch": "^0.13.5",
"pinia": "^3.0.1",
"tailwindcss": "^4.0.14",
"tailwindcss": "^4.1.11",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.2"
@@ -59,6 +59,8 @@
"vue-tsc": "^2.2.8"
},
"msw": {
"workerDirectory": ["public"]
"workerDirectory": [
"public"
]
}
}