feat: B站国际版-大会员权益提醒 (#1485)

Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
天方夜谭
2025-11-25 12:59:40 +08:00
committed by GitHub
parent 4d42c6d70d
commit 8d0263b590

View File

@@ -56,18 +56,25 @@ export default defineGkdApp({
{
key: 8,
name: '权限提示-通知权限',
desc: '自动点击"暂不"',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'tv.danmaku.bili.MainActivityV2',
matches: ['[text="打开推送通知"]', '[text="暂不"]'],
exampleUrls: 'https://e.gkd.li/e67d6d21-f09b-44b0-bf91-8b9fa0670e27',
snapshotUrls: 'https://i.gkd.li/i/15907493',
},
{
key: 1,
activityIds: 'com.bilibili.vip.web.VipWebActivity',
matches:
'@Image < View + [id="subscribeContainer"] > [text="权益更新时推送通知"]',
snapshotUrls: 'https://i.gkd.li/i/23714120',
},
],
},
{