From 511ce839ebaed5f1ee1336e1396d06d65476f629 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:54:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(bilibili):=20=E6=89=93=E5=BC=80=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97=20(#2926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(bilibili): 打开推送通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] --- src/apps/com.bilibili.app.in.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.bilibili.app.in.ts b/src/apps/com.bilibili.app.in.ts index d39a9811..5a4ac66e 100644 --- a/src/apps/com.bilibili.app.in.ts +++ b/src/apps/com.bilibili.app.in.ts @@ -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', + }, ], });