feat: add preview and change edit and flow

This commit is contained in:
2024-09-18 23:11:13 +08:00
parent b838488776
commit 052dd919cd
13 changed files with 755 additions and 58 deletions

View File

@@ -12,7 +12,8 @@
"deploy": "rsync -avz --delete ./dist/ light:/root/apps/envision/web"
},
"dependencies": {
"@abearxiong/flows": "0.0.1-alpha.6",
"@abearxiong/container": "0.0.1-alpha.0",
"@abearxiong/flows": "0.0.1-alpha.8",
"@abearxiong/ui": "0.0.1-alpha.0",
"@ant-design/icons": "^5.4.0",
"@icon-park/react": "^1.4.2",
@@ -22,6 +23,7 @@
"antd": "^5.20.6",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
@@ -30,6 +32,7 @@
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-toastify": "^10.0.5",
"vite-plugin-tsconfig-paths": "^1.4.1",
"zustand": "^4.5.5"
},
"devDependencies": {