refactor: use dexie.js instead of localforage

This commit is contained in:
qier222 2021-03-25 19:28:40 +08:00
parent bf61fe6e28
commit fee97f7f3c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
6 changed files with 69 additions and 55 deletions

View file

@ -33,6 +33,7 @@
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"dayjs": "^1.8.36",
"dexie": "^3.0.3",
"discord-rich-presence": "^0.0.8",
"electron": "^12.0.0",
"electron-builder": "^22.10.5",
@ -50,7 +51,6 @@
"extract-zip": "^2.0.1",
"howler": "^2.2.0",
"js-cookie": "^2.2.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"nprogress": "^0.2.0",
"pac-proxy-agent": "^4.1.0",