From b7e127d044790120a756b394010f8db61bf569a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:47:38 +0800 Subject: [PATCH] =?UTF-8?q?archive:=20=E9=87=8D=E5=A4=8D=E7=9A=84=E9=80=80?= =?UTF-8?q?=E5=87=BA=E6=B8=B8=E6=88=8FJS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {repo => archive}/js/ExitGame/main.js | 0 {repo => archive}/js/ExitGame/manifest.json | 0 .../js/ExitGametoDesktop/main.js | 0 .../js/ExitGametoDesktop/manifest.json | 0 {repo => archive}/js/QuitGame/main.js | 14 +++++------ {repo => archive}/js/QuitGame/manifest.json | 24 +++++++++---------- 6 files changed, 19 insertions(+), 19 deletions(-) rename {repo => archive}/js/ExitGame/main.js (100%) rename {repo => archive}/js/ExitGame/manifest.json (100%) rename {repo => archive}/js/ExitGametoDesktop/main.js (100%) rename {repo => archive}/js/ExitGametoDesktop/manifest.json (100%) rename {repo => archive}/js/QuitGame/main.js (95%) rename {repo => archive}/js/QuitGame/manifest.json (95%) 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