fix:修复了首领,讨伐一条龙中,前往金焰绒翼龙暴君稳定被摔死的 bug,以及料理制作和使用料理脚本输入错误的问题 (#649)

* Update manifest.json

* Update 金焰绒翼龙暴君前往键鼠.json

* Update manifest.json

* Update main.js

* Update manifest.json

* Update main.js
This commit is contained in:
5117600049
2025-04-26 21:13:27 +08:00
committed by GitHub
parent 32ea555684
commit 7710366309
6 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
(async function () {
//吃料理
async function eatFood() {
let foodName = settings.foodName ?? 0;
if(foodName){
await genshin.returnMainUi();
@@ -14,7 +17,6 @@ await sleep(1000);
click(110, 110);//输入名字
await sleep(1000);
inputText(`${foodName}`);
keyPress("SPACE");
await sleep(500);
click(490, 1020);//确认筛选
await sleep(1000);
@@ -25,6 +27,8 @@ await sleep(1000);
keyPress("ESCAPE");
await sleep(1500);
await genshin.returnMainUi();
}
}}
await eatFood();
})();

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "料理使用",
"version": "1.1",
"version": "1.2",
"description": "请输入料理全部名称,需要0.44.6以及以上版本",
"authors": [
{