subscript_template/global_rules.py

15 lines
290 B
Python
Raw Permalink Normal View History

2024-07-19 03:20:30 +00:00
global_rules = {
"name": "全局测试",
"rules": [
{
"key": 0,
"selector": "[text='记账']",
"action": "click",
"actionDelay": 50,
}
],
"apps": [
{"id": "tech.cqxqg.hhjapp", "enable": True},
],
}