From 97de17f0e97371a134c2b43d92ea242d792280e4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 12 Dec 2025 12:54:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20NGA=E7=8E=A9=E5=AE=B6=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?-=E6=9D=83=E9=99=90=E6=8F=90=E7=A4=BA-=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=20#1554?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/gov.pianzong.androidnga.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/gov.pianzong.androidnga.ts b/src/apps/gov.pianzong.androidnga.ts index 0ef7b580..2d664e99 100644 --- a/src/apps/gov.pianzong.androidnga.ts +++ b/src/apps/gov.pianzong.androidnga.ts @@ -117,5 +117,22 @@ export default defineGkdApp({ }, ], }, + { + key: 6, + name: '权限提示-通知权限', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.donews.nga.activitys.MainActivity', + matches: '[vid="iv_close_notification_guide"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/c6be338c-2a1b-4123-bd8c-51fa35d2b8f2', + snapshotUrls: 'https://i.gkd.li/i/24105952', + }, + ], + }, ], });