From 202d0f827da5daa37d4ca23e39afed78d3a30706 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 18 Nov 2025 01:03:15 +0800 Subject: [PATCH] save --- public/migrate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/migrate.html b/public/migrate.html index 094a26cc..d155252e 100644 --- a/public/migrate.html +++ b/public/migrate.html @@ -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 ?? {}}; }