需求解析功能进一步完善

This commit is contained in:
2025-04-30 17:44:22 +08:00
parent 7fe6ecf765
commit 0a0beb3e91
32 changed files with 1073 additions and 618 deletions

View File

@@ -13,41 +13,46 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.57.0",
"@tanstack/vue-query": "^5.74.5",
"@tanstack/vue-query": "^5.74.9",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^13.1.0",
"axios": "^1.8.4",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"file2md5": "^1.3.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.503.0",
"mammoth": "^1.9.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.2",
"pinyin-match": "^1.2.6",
"pinyin-match": "^1.2.7",
"postcss-import": "^16.1.0",
"qs": "^6.14.0",
"tailwind-merge": "^3.2.0",
"tinymce": "^7.8.0",
"tw-animate-css": "^1.2.8",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.6.40",
"vue-router": "^4.5.0",
"vue-data-ui": "^2.6.41",
"vue-router": "^4.5.1",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/vite": "^4.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/babel-plugin-jsx": "^1.4.0",
"browserslist": "^4.24.4",
"eslint": "^9.25.0",
"eslint-plugin-vue": "^10.0.0",
"eslint": "^9.25.1",
"eslint-plugin-vue": "^10.0.1",
"less": "^4.3.0",
"less-loader": "^12.2.0",
"postcss": "^8.5.3",
@@ -55,7 +60,7 @@
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite": "^6.3.3",
"vue-eslint-parser": "^10.1.3"
}
}