Files
bettergi-scripts-list/repo/js/PathMoraLogger路径摩拉记录/manifest.json
Patrick-Ze 5445b4285c 修复recognizeTextAndClick函数偶发识别异常的问题 (#1036)
由于点击的坐标是根据OCR坐标计算出来的,如果click的参数x和y一个是整数,一个是浮点,会报错`Invalid argument specified for parameter 'arg1'`

需要取消catch才能看到报错,不然会被catch而当做找不到文字掩盖
2025-06-09 15:13:02 +08:00

13 lines
287 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manifest_version": 1,
"name": "PathMoraLogger路径摩拉记录",
"version": "1.0.1",
"description": "用于测试路线的摩拉效率要求bgi版本不低于44.8",
"authors": [
{
"name": "mno"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}