From a172d6b2a382cdc399c4da9ffe052cd06fe25b81 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 18 Feb 2024 18:12:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1):=20=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA-?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=8F=91=E9=80=81=E9=80=9A=E7=9F=A5=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lbe.security.miui.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.lbe.security.miui.ts b/src/apps/com.lbe.security.miui.ts index 81db073d..24f49205 100644 --- a/src/apps/com.lbe.security.miui.ts +++ b/src/apps/com.lbe.security.miui.ts @@ -14,5 +14,19 @@ export default defineAppConfig({ rules: '[text="仅在使用中允许"]', snapshotUrls: 'https://i.gkd.li/import/13761264', }, + { + key: 2, + name: '通知提示-请求发送通知弹窗', + desc: '点击拒绝', + rules: [ + { + quickFind: true, + matches: '[text$="发送通知"] <2 * +2 * > [text="拒绝"]', + exampleUrls: + 'https://m.gkd.li/57941037/0487a113-5b57-402e-96ca-1f351e121d82', + snapshotUrls: 'https://i.gkd.li/import/14321882', + }, + ], + }, ], });