This commit is contained in:
Zyronon
2025-11-18 01:03:15 +08:00
parent d9340f8e04
commit 202d0f827d

View File

@@ -163,7 +163,7 @@
async function readAllStorageForMigration() {
const local = readLocalStorageKeys(['PracticeSaveWord', 'PracticeSaveArticle']);
const indexed = await readIndexedDBCompatible(name);
const indexed = await readIndexedDBCompatible(name, keys);
return {localStorage: local, indexedDB: indexed.indexedDB ?? {}};
}