From 39a5f3fb1e1f1cb3b9a2c8e02eb0cd5784d0ed57 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Thu, 8 May 2025 14:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B8=B8=E6=88=8F=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E9=BB=98=E8=AE=A4=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/inject-view/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/inject-view/store.ts b/src/scripts/inject-view/store.ts index c17d22e..bbdfa38 100644 --- a/src/scripts/inject-view/store.ts +++ b/src/scripts/inject-view/store.ts @@ -18,7 +18,7 @@ export class ConfigData { shortKeyPick: string = "Escape"; shortKeyGameStep: string = "F8"; shortKeyGamePauseResume: string = "Space"; - shortKeyGameFresh: string = "F1"; + shortKeyGameFresh: string = "Backquote"; } export const appStore = defineStore("app", () => {