Files
bettergi-scripts-list/repo/js/AutoPermission/settings.json
2025-10-10 18:31:05 +08:00

26 lines
622 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.
[
{
"name": "workMode",
"type": "select",
"label": "工作模式默认OCR",
"options": [
"基于OCR",
"基于固定位置"
]
},
{
"name": "domainName",
"type": "select",
"label": "设置权限(默认不允许加入)",
"options": [
"直接加入",
"确认后可加入",
"不允许加入"
]
},
{
"name": "operationDelay",
"type": "input-text",
"label": "操作延迟填入数字单位毫秒默认1000\n无报错但未生效时可尝试提高操作延迟"
}
]