feat(web): 优化节点编辑性能

This commit is contained in:
v-zhangjc9
2025-07-07 18:51:35 +08:00
parent 03d0d9d85b
commit f523fc7638
5 changed files with 396 additions and 398 deletions

View File

@@ -15,33 +15,33 @@
"@ant-design/x": "^1.4.0",
"@echofly/fetch-event-source": "^3.0.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@lightenna/react-mermaid-diagram": "^1.0.20",
"@xyflow/react": "^12.7.1",
"ahooks": "^3.8.5",
"@lightenna/react-mermaid-diagram": "^1.0.21",
"@xyflow/react": "^12.8.1",
"ahooks": "^3.9.0",
"amis": "^6.12.0",
"antd": "^5.26.2",
"antd": "^5.26.3",
"axios": "^1.10.0",
"chart.js": "^4.5.0",
"echarts-for-react": "^3.0.2",
"licia": "^1.48.0",
"mermaid": "^11.7.0",
"mermaid": "^11.8.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-router": "^7.6.2",
"react-router": "^7.6.3",
"styled-components": "^6.1.19",
"yocto-queue": "^1.2.1",
"zustand": "^5.0.5"
"zustand": "^5.0.6"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.10.2",
"globals": "^16.2.0",
"globals": "^16.3.0",
"sass": "^1.89.2",
"typescript": "~5.8.3",
"vite": "^7.0.0",
"vite": "^7.0.2",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vitest": "^3.2.4"
}