mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
@@ -30,5 +30,16 @@ export default defineAppConfig({
|
||||
rules: '[text="订阅感兴趣的通知"] +2 LinearLayout [text="暂不开启"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user