Files

84 lines
1.8 KiB
JSON
Raw Permalink 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.
[
{
"name": "timeoutEsc",
"type": "input-text",
"label": "步骤1: ESC循环超时(秒)",
"default": "60"
},
{
"name": "escInterval",
"type": "input-text",
"label": "步骤1: ESC按键间隔(毫秒)",
"default": "2000"
},
{
"name": "paimonBtnX",
"type": "input-text",
"label": "步骤3: 派蒙按钮 X(默认55)",
"default": "55"
},
{
"name": "paimonBtnY",
"type": "input-text",
"label": "步骤3: 派蒙按钮 Y(默认1010)",
"default": "1010"
},
{
"name": "timeoutMenu",
"type": "input-text",
"label": "步骤3: 派蒙菜单展开超时(秒)",
"default": "10"
},
{
"name": "timeoutExit",
"type": "input-text",
"label": "步骤4: 退出图标超时(秒)",
"default": "10"
},
{
"name": "timeoutGate",
"type": "input-text",
"label": "步骤6: 开门页面等待超时(秒)",
"default": "30"
},
{
"name": "useOcr",
"type": "checkbox",
"label": "退出秘境确认按钮使用 OCR 定位(关闭后使用固定坐标)",
"default": true
},
{
"type": "separator"
},
{
"name": "confirmExitX",
"type": "input-text",
"label": "退出秘境确认按钮 X1920×1080 固定坐标)",
"default": "1164"
},
{
"name": "confirmExitY",
"type": "input-text",
"label": "退出秘境确认按钮 Y1920×1080 固定坐标)",
"default": "757"
},
{
"name": "qrLoginX",
"type": "input-text",
"label": "扫码登录按钮 X(固定坐标模式)",
"default": "1720"
},
{
"name": "qrLoginY",
"type": "input-text",
"label": "扫码登录按钮 Y(固定坐标模式)",
"default": "970"
},
{
"name": "timeoutQr",
"type": "input-text",
"label": "扫码等待超时(秒)",
"default": "120"
}
]