feat: 添加菜单图标, 及搜索表单组件

This commit is contained in:
wenhua
2023-11-10 14:07:08 +08:00
parent 58523423d5
commit 1ad4901079
51 changed files with 1716 additions and 4343 deletions

View File

@@ -16,6 +16,7 @@
"babel-plugin-import": "^1.13.8",
"echarts": "^5.4.3",
"js-cookie": "^3.0.5",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -23,7 +24,8 @@
"react-router-dom": "^6.15.0",
"redux-persist": "^6.0.0",
"sass": "^1.64.2",
"vite-plugin-imp": "^2.4.0"
"vite-plugin-imp": "^2.4.0",
"vite-plugin-svg-icons": "^2.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",