feat: parse ios action params with variables

This commit is contained in:
debugtalk
2022-09-27 20:32:02 +08:00
parent 8710213ff8
commit 9b71617c3a
6 changed files with 24 additions and 5 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
{
"config": {
"name": "通过 feed 卡片进入抖音直播间",
"variables": {
"app_name": "抖音"
},
"ios": [
{
"port": 8700,
@@ -23,7 +26,7 @@
},
{
"method": "swipe_to_tap_app",
"params": "抖音",
"params": "$app_name",
"max_retry_times": 5
},
{