This commit is contained in:
2025-12-09 18:00:50 +08:00
parent 50cdcee3f8
commit 64a61d173b
9 changed files with 2125 additions and 1995 deletions

23
package-lock.json generated
View File

@ -22,6 +22,7 @@
"dayjs": "^1.11.18",
"decimal.js": "^10.6.0",
"echarts": "^6.0.0",
"el-table-infinite-scroll": "^3.0.8",
"electron-store": "8.1.0",
"electron-updater": "^6.3.9",
"element-plus": "^2.10.4",
@ -5500,6 +5501,17 @@
"node": ">=0.10.0"
}
},
"node_modules/core-js": {
"version": "3.47.0",
"resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.47.0.tgz",
"integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz",
@ -6337,6 +6349,17 @@
"node": ">=0.10.0"
}
},
"node_modules/el-table-infinite-scroll": {
"version": "3.0.8",
"resolved": "https://registry.npmmirror.com/el-table-infinite-scroll/-/el-table-infinite-scroll-3.0.8.tgz",
"integrity": "sha512-zveIGMsYfRFLuknOjfrCMRtyX0yFcb6BQsZS7E4A1AQYFiuBXHcU8Ag/hSKsdYvN1P28Ot/Bs0TUxwckOHt+JQ==",
"license": "MIT",
"dependencies": {
"core-js": "^3.x",
"element-plus": "^2.x",
"vue": "^3.x"
}
},
"node_modules/electron": {
"version": "37.2.4",
"resolved": "https://registry.npmmirror.com/electron/-/electron-37.2.4.tgz",