引入图标库

This commit is contained in:
宇阳
2024-07-25 23:03:12 +08:00
parent 080665ddfb
commit dde612f88a
7 changed files with 23 additions and 57 deletions

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-icons": "^4.12.0",
"react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3",
"sass": "^1.77.8",
@@ -3508,9 +3508,9 @@
}
},
"node_modules/react-icons": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz",
"integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==",
"version": "4.12.0",
"resolved": "https://registry.npmmirror.com/react-icons/-/react-icons-4.12.0.tgz",
"integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==",
"peerDependencies": {
"react": "*"
}