mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(APKPure): 扩大”点击关闭“规则的匹配范围,在Key3:“分段广告-更新界面软件推荐”中 (#234)
Signed-off-by: gigibooom <171463165+gigibooom@users.noreply.github.com>
This commit is contained in:
@@ -57,8 +57,11 @@ export default defineGkdApp({
|
||||
name: '点击关闭',
|
||||
preKeys: 0,
|
||||
matches:
|
||||
'@LinearLayout[clickable=true] >2 [text="关闭"][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13466610',
|
||||
'@LinearLayout[clickable=true] >n [text="关闭"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13466610',
|
||||
'https://i.gkd.li/i/15542026',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user