js,0.6或者1.0渲染精度 (#559)

* js,OCR摩拉

摩拉数值输出到本地,最后增加返回游戏界面

* js,精度切换

先就做这些
This commit is contained in:
JJMdzh
2025-04-12 10:15:21 +08:00
committed by GitHub
parent 2c55aeee60
commit 198b395b4d
4 changed files with 59 additions and 0 deletions

View File

@@ -158,5 +158,7 @@ async function recognizeTextInRegion(ocrRegion, timeout = 5000) {
} else {
log.warn("未能识别到角色菜单或天赋,跳过摩拉数值识别。");
}
await sleep(500);
await genshin.returnMainUi();
})();