1.同步包版本。

2.交叉评查的任务中上传文件。
3.添加dify库名解决保存配置失败的问题。
This commit is contained in:
2026-01-20 17:29:55 +08:00
parent 1fca1a2e2e
commit 9951f16e50
11 changed files with 394 additions and 82 deletions
+5 -5
View File
@@ -34,6 +34,7 @@
"axios": "^1.9.0",
"chalk": "^5.3.0",
"compression": "^1.7.5",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"diff": "^7.0.0",
"docx-preview": "^0.3.5",
@@ -66,16 +67,15 @@
"remark-math": "^6.0.0",
"remixicon": "^4.6.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"cross-env": "^7.0.3"
"uuid": "^11.1.0"
},
"devDependencies": {
"@remix-run/dev": "^2.16.2",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-pdf": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
@@ -89,7 +89,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.1.6",
"typescript": "^5.8.3",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^4.2.1"
},