From 4085a00b0893e26eadfa6acf013404afe7f3dfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:55:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=A9=E7=8C=AB=E6=A0=A1=E5=9B=AD-?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90=20(#1310)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tmall.campus.and.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.tmall.campus.and.ts b/src/apps/com.tmall.campus.and.ts index e47e04b5..646704f4 100644 --- a/src/apps/com.tmall.campus.and.ts +++ b/src/apps/com.tmall.campus.and.ts @@ -56,5 +56,17 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '权限提示-通知权限', + rules: [ + { + fastQuery: true, + activityIds: '.main.MainActivity', + matches: ['[text="获取通知权限"]', '[text="再想想"]'], + snapshotUrls: 'https://i.gkd.li/i/23124558', + }, + ], + }, ], });