feat: request vedem ocr with uploading image

This commit is contained in:
lilong.129
2023-05-09 20:12:14 +08:00
parent b480c6058b
commit 41e4d89c95
4 changed files with 71 additions and 35 deletions

View File

@@ -45,7 +45,9 @@
{
"method": "tap_ocr",
"params": "我知道了",
"ignore_NotFoundError": true
"options": {
"ignore_NotFoundError": true
}
}
]
}
@@ -57,8 +59,10 @@
{
"method": "swipe_to_tap_text",
"params": "点击进入直播间",
"identifier": "进入直播间",
"max_retry_times": 10
"options": {
"identifier": "进入直播间",
"max_retry_times": 10
}
}
]
}
@@ -69,7 +73,10 @@
"actions": [
{
"method": "swipe",
"params": "up"
"params": "up",
"options": {
}
},
{
"method": "sleep_random",
@@ -93,7 +100,9 @@
{
"method": "swipe",
"params": "up",
"identifier": "第一次上划"
"options": {
"identifier": "第一次上划"
}
},
{
"method": "sleep",
@@ -105,7 +114,9 @@
{
"method": "swipe",
"params": "up",
"identifier": "第二次上划"
"options": {
"identifier": "第二次上划"
}
},
{
"method": "sleep",