Skip to content

Commit 74b0df9

Browse files
committed
feat: 规则维护更新
1 parent cc278ab commit 74b0df9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99

1010
## 订阅
1111

12-
npmmirror源(国内源)
12+
cloudflare源(国内源,推荐使用
1313

14+
```txt
15+
https://gkd-mrlc.pages.dev/gkd.json5
16+
```
1417

1518
GitHub源
1619

src/apps/com.tencent.qqlive.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ export default defineGkdApp({
5151
name: '个人中心点击关闭广告',
5252
activityIds: '.ona.activity.SplashHomeActivity',
5353
matches:
54-
'View[childCount=4] >2 TextView[text.length=4 || text.length=5] < View + View[width=height][clickable=true][visibleToUser=true]',
55-
snapshotUrls: 'https://i.gkd.li/i/17959231',
54+
'DetachableComposeView >2 ScrollView > View[childCount=1][getChild(0).text.length>0] + View[clickable=true][childCount=0][visibleToUser=true][width=height]',
55+
snapshotUrls: [
56+
'https://i.gkd.li/i/17959231',
57+
'https://i.gkd.li/i/25996325',
58+
],
5659
},
5760
{
5861
key: 5,

src/globalGroups.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export default defineGkdGlobalGroups([
108108
`[text*="通知" || text="广告" || text$="模式" || text$="签到" || text*="是否满意" || text*="好评" || desc*="好评" || text*="评分" || text*="评价" || text*="推送" || text*="免费" || text*="立即" || text*="剪贴板" || text*="开启" || text*="定位" || text*="位置" || text*="调研" || text*="赞助" || desc*="官网" || text*="链接" || id$="image"]${CommonPrefix}`,
109109
`[(text^="暂不" || text^="暂时" || text$="继续使用" || text$="知道了" || desc$="知道了" ||((text="取消")&&top>200)|| text="关闭" || desc="关闭" || text^="我已知晓" || text*="拒绝"||((text^="忽略")&&text!="全部忽略")||text^="不再" || text$="再说" || text="不允许" || text*="不了" || text^="下次" || text="不,谢谢" || text="考虑一下" || text="没兴趣" || text="我没空" || text="關閉" || text="确定" || text="收到" || text="隐藏" || text="否" || text="返回")&&${CommonIdPostfix}&&text.length<6]${CommonPromptImpose}`,
110110
],
111+
excludeSnapshotUrls: ['https://i.gkd.li/i/25996272'],
111112
},
112113
],
113114
apps: [...appList.notificationBlackListAppIDs]

0 commit comments

Comments
 (0)