新增设计需求、测试项、用例批量新增页面和功能

This commit is contained in:
2025-12-19 15:56:58 +08:00
parent a0dc6bd074
commit 3bb7e027a6
52 changed files with 1852 additions and 711 deletions

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.57.0",
"@tanstack/vue-query": "^5.92.0",
"@tanstack/vue-query": "^5.92.1",
"@tinymce/tinymce-vue": "^6.3.0",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.2",
@@ -21,45 +21,45 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"file2md5": "^1.3.0",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.22",
"mammoth": "^1.11.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"pinyin-match": "^1.2.9",
"pinyin-match": "^1.2.10",
"postcss-import": "^16.1.1",
"qs": "^6.14.0",
"tailwind-merge": "^3.4.0",
"tinymce": "^7.9.1",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.25",
"vue": "^3.5.26",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^3.7.15",
"vue-router": "^4.6.3",
"vue-data-ui": "^3.9.6",
"vue-router": "^4.6.4",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.14.0",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"@vue/babel-plugin-jsx": "^2.0.1",
"browserslist": "^4.28.1",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.2",
"less": "^4.4.2",
"less": "^4.5.1",
"less-loader": "^12.3.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"rollup-plugin-visualizer": "^6.0.5",
"tailwindcss": "^4.1.17",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite": "^7.3.0",
"vue-eslint-parser": "^10.2.0"
}
}