archive: 重复的退出游戏JS

This commit is contained in:
起个名字好难的喵
2025-10-24 19:47:38 +08:00
parent b8b9f295b3
commit b7e127d044
6 changed files with 19 additions and 19 deletions

View File

@@ -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);
})();

View File

@@ -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"
}