From 6463e088849b123c0d6c9a522997ec583675adf6 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 12 Aug 2025 14:25:14 +0800 Subject: [PATCH] Update index.ts --- src/utils/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index 1491aae1..e7a41b9a 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -51,6 +51,8 @@ export function checkAndUpgradeSaveDict(val: any) { return defaultState } else { if (version === 3) { + localStorage.setItem('type-word-dict-v3',JSON.stringify(state)) + let studyDictId = '' if (state.current.index >= 0) { let dict = state.myDictList[state.current.index]