调整游戏刷新的默认快捷键

This commit is contained in:
xu_yanfeng 2025-05-08 14:33:23 +08:00
parent db3d6a4572
commit 39a5f3fb1e

View File

@ -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", () => {