From 2752f13e724ef852d0307f0d83b6a319e7171404 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Mon, 27 Oct 2025 00:30:41 +0800 Subject: [PATCH] feat:further improve the word practice to solve the problem of too many reviews --- src/config/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/env.ts b/src/config/env.ts index 68eba10b..33442a67 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -43,7 +43,7 @@ export const SoundFileOptions = [ ] export const APP_VERSION = { key: 'type-words-app-version', - version: 1 + version: 2 } export const SAVE_DICT_KEY = { key: 'typing-word-dict',