fix:增加OCR超时 (#662)

This commit is contained in:
起个名字好难的喵
2025-04-28 21:01:44 +08:00
committed by GitHub
parent a134c3f8b6
commit 25a8c9cd88
3 changed files with 12 additions and 5 deletions

View File

@@ -48,5 +48,10 @@
"name": "delayTime",
"type": "input-text",
"label": "到达触发地点后的延迟时间(秒)"
},
{
"name": "ocrTimeout",
"type": "input-text",
"label": "OCR超时时间选填默认为30秒"
}
]