feat: 🎸 新增了一个全局加载组件

This commit is contained in:
2025-08-20 11:43:10 +08:00
parent 14f722263b
commit 95a099f613
10 changed files with 207 additions and 35 deletions

View File

@@ -16,12 +16,15 @@
},
"dependencies": {
"@arco-design/web-react": "^2.66.4",
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.11.0",
"echarts": "^6.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-echarts": "^0.1.1",
"react-router-dom": "^7.7.1"
"react-redux": "^9.2.0",
"react-router-dom": "^7.7.1",
"redux": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",