mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-05-21 00:14:00 +00:00
调整游戏刷新的默认快捷键
This commit is contained in:
parent
db3d6a4572
commit
39a5f3fb1e
@ -18,7 +18,7 @@ export class ConfigData {
|
|||||||
shortKeyPick: string = "Escape";
|
shortKeyPick: string = "Escape";
|
||||||
shortKeyGameStep: string = "F8";
|
shortKeyGameStep: string = "F8";
|
||||||
shortKeyGamePauseResume: string = "Space";
|
shortKeyGamePauseResume: string = "Space";
|
||||||
shortKeyGameFresh: string = "F1";
|
shortKeyGameFresh: string = "Backquote";
|
||||||
}
|
}
|
||||||
|
|
||||||
export const appStore = defineStore("app", () => {
|
export const appStore = defineStore("app", () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user