style:首页样式

This commit is contained in:
zjc
2024-12-13 10:21:20 +08:00
parent 81d7983cb6
commit c263e68dd9
24 changed files with 657 additions and 23 deletions

17
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"echarts": "^5.5.1",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-countup-v3": "^1.4.2",
"vue-router": "^4.4.5"
},
"devDependencies": {
@@ -2220,6 +2221,11 @@
"url": "https://github.com/sponsors/mesqueeb"
}
},
"node_modules/countup.js": {
"version": "2.8.0",
"resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.8.0.tgz",
"integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ=="
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -4268,6 +4274,17 @@
}
}
},
"node_modules/vue-countup-v3": {
"version": "1.4.2",
"resolved": "https://registry.npmmirror.com/vue-countup-v3/-/vue-countup-v3-1.4.2.tgz",
"integrity": "sha512-nRC65jBcdgwybxqztgd/WaK8ZN5T9ECPyiCFGYFMewCsvqdRVo1CtpT7JREcPNF837Fgu/izTSFiuzrIGD6w0A==",
"dependencies": {
"countup.js": "^2.6.2"
},
"peerDependencies": {
"vue": "^3.0.0"
}
},
"node_modules/vue-router": {
"version": "4.5.0",
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",