目前有个稳定的拖拽bug

This commit is contained in:
sijinhui
2024-09-24 22:25:37 +08:00
parent 613fee859a
commit 0ff74f01d3
3 changed files with 133 additions and 35 deletions

View File

@@ -28,8 +28,8 @@
"@svgr/webpack": "^8.1.0",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.7.5",
"antd": "^5.15.1",
"axios": "^1.7.5",
"bcryptjs": "^2.4.3",
"cron": "^3.1.6",
"echarts": "^5.4.3",
@@ -46,8 +46,9 @@
"next": "14.2.5",
"next-auth": "^4.24.7",
"node-fetch": "^3.3.1",
"openapi-client-axios": "^7.5.5",
"nodemailer": "^6.9.13",
"openapi-client-axios": "^7.5.5",
"rc-queue-anim": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
@@ -68,10 +69,10 @@
},
"devDependencies": {
"@tauri-apps/api": "^1.6.0",
"@types/js-yaml": "4.0.9",
"@tauri-apps/cli": "1.6.0",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.6.0",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.14.10",
"@types/nodemailer": "6.4.15",
@@ -106,4 +107,4 @@
"strip-ansi": "6.0.1"
},
"packageManager": "yarn@1.22.19"
}
}