subscript_template/global_rules.py
2024-07-19 11:20:30 +08:00

15 lines
290 B
Python

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