feat: 一些软件规则的添加和更新 (#205)

* 初步导入了每日赛车的规则

* 更新了一些软件的规则

* chore(actions): permissions

* chore(actions): permissions-write-all

* chore(format): change LF to CRLF

* chore: revise after review

* chore: 规则优化

---------

Co-authored-by: Long Miao <longmiaohez@163.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
longm21
2023-09-21 20:13:08 +08:00
committed by GitHub
parent 5fd88e4fe0
commit 3247100d89
11 changed files with 219 additions and 9 deletions

View File

@@ -8,8 +8,12 @@ export default defineAppConfig({
key: 0,
name: '开屏广告',
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
rules: '[desc$="广告"] +2 [desc="跳过"] > [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519430',
rules:
'RelativeLayout[desc="跳过"][id!=null] > TextView[text="跳过"][id!=null]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12668289',
'https://gkd-kit.gitee.io/import/12519430',
],
},
{
enable: false,