Compare commits

...

2 Commits

Author SHA1 Message Date
MisakaAldrich
d28ce7fdaf update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-07-14 22:09:44 +00:00
Takaranoao
ef37c5d4c8 铁匠铺脚本:增加点击延时以确保在网络延迟比较高的时候可用 (#1346) 2025-07-15 06:09:03 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"time": "20250714230251",
"time": "20250715060943",
"url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip",
"file": "repo.json",
"indexes": [

View File

@@ -227,6 +227,7 @@ async function forgeOre(smithyName) {
let Forge = captureGameRegion().find(ForgeRo);
if (Forge.isExist()) {
log.info("已找到对话界面锻造图标");
await sleep(1000);
Forge.click();
dialogFound = true;
break;
@@ -348,4 +349,4 @@ async function forgeOre(smithyName) {
if (notice) {
notification.send("自动锻造矿石脚本结束");
}
})();
})();