优化自动每日指令与扫码退出秘境
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
{
|
||||
"name": "useOcr",
|
||||
"type": "checkbox",
|
||||
"label": "使用OCR识别文本(否则用固定坐标)",
|
||||
"label": "退出秘境确认按钮使用 OCR 定位(关闭后使用固定坐标)",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
@@ -53,14 +53,14 @@
|
||||
{
|
||||
"name": "confirmExitX",
|
||||
"type": "input-text",
|
||||
"label": "确认退出按钮 X(固定坐标模式)",
|
||||
"default": "830"
|
||||
"label": "退出秘境确认按钮 X(1920×1080 固定坐标)",
|
||||
"default": "1164"
|
||||
},
|
||||
{
|
||||
"name": "confirmExitY",
|
||||
"type": "input-text",
|
||||
"label": "确认退出按钮 Y(固定坐标模式)",
|
||||
"default": "600"
|
||||
"label": "退出秘境确认按钮 Y(1920×1080 固定坐标)",
|
||||
"default": "757"
|
||||
},
|
||||
{
|
||||
"name": "qrLoginX",
|
||||
|
||||
Reference in New Issue
Block a user