This commit is contained in:
2026-03-02 02:59:47 +08:00
parent 668515a451
commit 6ecc82b675
13 changed files with 375 additions and 254 deletions

View File

@@ -20,16 +20,20 @@
"@ai-sdk/openai": "^3.0.12",
"@ant-design/icons-vue": "^7.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@tailwindcss/vite": "^4.1.14",
"ai": "^6.0.39",
"ant-design-vue": "^4.2.6",
"aplayer": "^1.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"lucide-vue-next": "^0.575.0",
"markdown-it": "^14.1.0",
"path-to-regexp": "^6.3.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qs": "^6.14.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"xlsx": "^0.18.5",
@@ -38,7 +42,8 @@
"devDependencies": {
"@eslint/js": "^9.33.0",
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
@@ -53,7 +58,7 @@
"oxlint": "~1.11.0",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.7.3",
"vite": "^7.1.7",
"vite-plugin-compression2": "^2.4.0",