From 48588d6dc1a50e0c03835773e90f3957ecefaed7 Mon Sep 17 00:00:00 2001 From: gorojack <1937047112@qq.com> Date: Fri, 19 Jul 2024 11:22:03 +0800 Subject: [PATCH] update generated json --- dist/0.0.1_beta.json | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 dist/0.0.1_beta.json diff --git a/dist/0.0.1_beta.json b/dist/0.0.1_beta.json new file mode 100644 index 0000000..bccbcdc --- /dev/null +++ b/dist/0.0.1_beta.json @@ -0,0 +1,55 @@ +{ + "key": -1, + "name": "Test Subscription", + "version": "0.0.1_beta", + "apps": { + "hhjapp": { + "hhjapp": { + "packageName": "tech.cqxqg.hhjapp", + "name": "小新记账", + "version": "1.0.0", + "rules": [ + { + "key": 0, + "selector": "[text='记账']", + "action": "click" + }, + { + "key": 1, + "selector": "[desc='备注'] + Button + EditText", + "action": "click", + "actionDelay": 50, + "activityId": "tech.cqxqg.hhjapp.MainActivity", + "classId": "" + }, + { + "key": 2, + "selecotr": "[desc='备注'] + Button + EditText]", + "preAction": 1, + "action": "setText", + "args": "自动填充内容", + "activityId": "tech.cqxqg.hhjapp.MainActivity", + "classId": "" + } + ] + } + } + }, + "global": { + "name": "全局测试", + "rules": [ + { + "key": 0, + "selector": "[text='记账']", + "action": "click", + "actionDelay": 50 + } + ], + "apps": [ + { + "id": "tech.cqxqg.hhjapp", + "enable": true + } + ] + } +} \ No newline at end of file