适配原神UI改变OCRUID (#796)

1.适配原神UI改变OCRUID。
2.爱可菲厨艺机关时间增长。
This commit is contained in:
kaedelcb
2025-05-13 00:32:02 +08:00
committed by GitHub
parent 7814e918c8
commit d9cf6abcb9
9 changed files with 27 additions and 15 deletions

View File

@@ -580,7 +580,7 @@
if (uidNumbers && uidNumbers.length > 0) {
// 使用 for...of 循环遍历 uidNumbers 数组
for (let number of uidNumbers) {
var UIDnow = "UID" + number;
var UIDnow = number;
log.debug(`DEBUG:${UIDnow}`);
let UIDD = await Textocr(UIDnow, 1, 0, 0, 112,177, 190, 39);
if (UIDD.found) {