mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat: B站国际版-大会员权益提醒 (#1485)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -56,18 +56,25 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 8,
|
||||
name: '权限提示-通知权限',
|
||||
desc: '自动点击"暂不"',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user