15 lines
290 B
Python
15 lines
290 B
Python
global_rules = {
|
|
"name": "全局测试",
|
|
"rules": [
|
|
{
|
|
"key": 0,
|
|
"selector": "[text='记账']",
|
|
"action": "click",
|
|
"actionDelay": 50,
|
|
}
|
|
],
|
|
"apps": [
|
|
{"id": "tech.cqxqg.hhjapp", "enable": True},
|
|
],
|
|
}
|