mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-09 07:35:25 +00:00
调整游戏刷新的默认快捷键
This commit is contained in:
@@ -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", () => {
|
||||
|
Reference in New Issue
Block a user