feat(bilibili): 打开推送通知弹窗 (#2926)

* feat(bilibili): 打开推送通知弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: adproqwq <2757917031@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq
2023-12-08 21:54:04 +08:00
committed by GitHub
parent a35fea78bf
commit 511ce839eb

View File

@@ -30,5 +30,16 @@ export default defineAppConfig({
rules: '[text="订阅感兴趣的通知"] +2 LinearLayout [text="暂不开启"]', rules: '[text="订阅感兴趣的通知"] +2 LinearLayout [text="暂不开启"]',
snapshotUrls: 'https://i.gkd.li/import/13399195', snapshotUrls: 'https://i.gkd.li/import/13399195',
}, },
{
key: 8,
name: '打开推送通知弹窗',
desc: '自动点击“暂不”',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
rules:
'[text="打开推送通知"] +2 LinearLayout > [id="com.bilibili.app.in:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/13600976',
},
], ],
}); });