Feat: store - support multiple platforms

This commit is contained in:
2024-03-19 18:34:45 +08:00
parent 8730513340
commit 61d3bb21ad
16 changed files with 433 additions and 109 deletions

7
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.15.2",
"axios": "^1.6.7",
"custom-protocol-check": "^1.4.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"electron": "^28.2.0",
@@ -4375,6 +4376,12 @@
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"dev": true
},
"node_modules/custom-protocol-check": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/custom-protocol-check/-/custom-protocol-check-1.4.0.tgz",
"integrity": "sha512-eMTyp8AKnE5eo+mKNqG3743eb5ZND5LhBgf9F8BN2tVdhSBnOCHH7me7iTcv0BUDhUW2dBQiHWLWMy776yZW1A==",
"dev": true
},
"node_modules/data-urls": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",