迁移电池曲线模块
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 17:29:23 +08:00
parent fe45390997
commit 264474eced
9 changed files with 410 additions and 3 deletions

23
pnpm-lock.yaml generated
View File

@@ -38,6 +38,9 @@ importers:
dayjs:
specifier: ^1.11.5
version: 1.11.21
echarts:
specifier: 5.1.0
version: 5.1.0
element-ui:
specifier: ^2.15.9
version: 2.15.14(vue@2.7.16)
@@ -2980,6 +2983,9 @@ packages:
ecc-jsbn@0.1.2:
resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==}
echarts@5.1.0:
resolution: {integrity: sha512-/X2nnN5BXW2tuA/Hv9YY279rDfwcXaBAjK9Azi//llshbKyUXXxBknsug21GJRpwTmLZbE8rjjbhchdm01bZtw==}
editorconfig@1.0.7:
resolution: {integrity: sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==}
engines: {node: '>=14'}
@@ -6621,6 +6627,9 @@ packages:
tslib@1.14.1:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
tslib@2.0.3:
resolution: {integrity: sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==}
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
@@ -7220,6 +7229,9 @@ packages:
resolution: {integrity: sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==}
engines: {node: '>=4'}
zrender@5.1.0:
resolution: {integrity: sha512-c+8VRx52ycbmqwHeHLlo/BAfIHBl/JZNLM6cfDQFgzIH05yb+f5J9F/fbRsP+zGc8dW9XHuhdt8/iqukgMZSeg==}
snapshots:
'@achrinza/node-ipc@9.2.10':
@@ -10767,6 +10779,11 @@ snapshots:
jsbn: 0.1.1
safer-buffer: 2.1.2
echarts@5.1.0:
dependencies:
tslib: 2.0.3
zrender: 5.1.0
editorconfig@1.0.7:
dependencies:
'@one-ini/wasm': 0.1.1
@@ -15188,6 +15205,8 @@ snapshots:
tslib@1.14.1: {}
tslib@2.0.3: {}
tslib@2.8.1: {}
tty-browserify@0.0.0: {}
@@ -16002,3 +16021,7 @@ snapshots:
is-ci: 1.2.1
normalize-path: 1.0.0
strip-indent: 2.0.0
zrender@5.1.0:
dependencies:
tslib: 2.0.3