mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user