From 0b8de96f135bacc17c55b8eb3d2426007b971e49 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 12 Aug 2025 11:16:39 +0800 Subject: [PATCH] Update index.ts --- src/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 9da2bf9b..58f7346f 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -51,7 +51,6 @@ export function checkAndUpgradeSaveDict(val: any) { return defaultState } else { if (version === 3) { - loc let studyDictId = '' if (state.current.index >= 0) { let dict = state.myDictList[state.current.index]