diff --git a/repo/js/ExitGame/main.js b/archive/js/ExitGame/main.js similarity index 100% rename from repo/js/ExitGame/main.js rename to archive/js/ExitGame/main.js diff --git a/repo/js/ExitGame/manifest.json b/archive/js/ExitGame/manifest.json similarity index 100% rename from repo/js/ExitGame/manifest.json rename to archive/js/ExitGame/manifest.json diff --git a/repo/js/ExitGametoDesktop/main.js b/archive/js/ExitGametoDesktop/main.js similarity index 100% rename from repo/js/ExitGametoDesktop/main.js rename to archive/js/ExitGametoDesktop/main.js diff --git a/repo/js/ExitGametoDesktop/manifest.json b/archive/js/ExitGametoDesktop/manifest.json similarity index 100% rename from repo/js/ExitGametoDesktop/manifest.json rename to archive/js/ExitGametoDesktop/manifest.json diff --git a/repo/js/QuitGame/main.js b/archive/js/QuitGame/main.js similarity index 95% rename from repo/js/QuitGame/main.js rename to archive/js/QuitGame/main.js index 5c94c92c7..2f2bff7ed 100644 --- a/repo/js/QuitGame/main.js +++ b/archive/js/QuitGame/main.js @@ -1,8 +1,8 @@ -(async function () { - keyDown("MENU"); - keyDown("F4"); - await sleep(50); - keyUp("MENU"); - keyUp("F4"); - await sleep(1500); +(async function () { + keyDown("MENU"); + keyDown("F4"); + await sleep(50); + keyUp("MENU"); + keyUp("F4"); + await sleep(1500); })(); \ No newline at end of file diff --git a/repo/js/QuitGame/manifest.json b/archive/js/QuitGame/manifest.json similarity index 95% rename from repo/js/QuitGame/manifest.json rename to archive/js/QuitGame/manifest.json index a896f519c..2c348438c 100644 --- a/repo/js/QuitGame/manifest.json +++ b/archive/js/QuitGame/manifest.json @@ -1,13 +1,13 @@ -{ - "manifest_version": 1, - "name": "退出游戏", - "version": "1.0", - "description": "用于退出游戏", - "authors": [ - { - "name": "HZYgrandma", - "links": "https://github.com/HZYgrandma" - } - ], - "main": "main.js" +{ + "manifest_version": 1, + "name": "退出游戏", + "version": "1.0", + "description": "用于退出游戏", + "authors": [ + { + "name": "HZYgrandma", + "links": "https://github.com/HZYgrandma" + } + ], + "main": "main.js" } \ No newline at end of file