mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
perf: 百度贴吧-通知权限 #1012
This commit is contained in:
@@ -46,23 +46,28 @@ export default defineGkdApp({
|
||||
name: '权限提示-通知权限',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: '.pb.pb.main.PbActivity',
|
||||
matches:
|
||||
'@ImageView[clickable=true] -2 LinearLayout > [text^="打开通知"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13536170',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: '.immessagecenter.mention.reply.ReplyMeActivity',
|
||||
matches: 'TextView[text="开启消息推送"] +2 TextView[text="不开启"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13675694',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
matches: '[text="开启通知"] - [text="暂不开启"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13804455',
|
||||
activityIds: 'com.baidu.tbadk.browser.TBWebContainerActivity',
|
||||
matches: '[text="开启通知"] <n * > [text="暂不开启"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13804455',
|
||||
'https://i.gkd.li/i/20918198',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user