feat: catch interrupt signal

This commit is contained in:
lilong.129
2023-05-03 23:00:17 +08:00
parent 4ee3b43d1f
commit 1bb2079c87
6 changed files with 63 additions and 18 deletions

View File

@@ -45,7 +45,9 @@
{
"method": "tap_ocr",
"params": "我知道了",
"ignore_NotFoundError": true
"options": {
"ignore_NotFoundError": true
}
}
]
}
@@ -56,7 +58,8 @@
"actions": [
{
"method": "swipe",
"params": "up"
"params": "up",
"options": {}
},
{
"method": "sleep_random",
@@ -75,7 +78,8 @@
"actions": [
{
"method": "swipe",
"params": "up"
"params": "up",
"options": {}
},
{
"method": "sleep_random",
@@ -94,7 +98,8 @@
"actions": [
{
"method": "swipe",
"params": "up"
"params": "up",
"options": {}
},
{
"method": "sleep_random",
@@ -131,4 +136,4 @@
]
}
]
}
}