From 3e0ee1be2e79a0253617cbc88dc79a13bd32bd3e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 4 Sep 2024 20:13:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9B=B7=E7=A5=9E=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=E3=80=81=E6=9D=83=E9=99=90=E6=8F=90?= =?UTF-8?q?=E7=A4=BA-=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.nn.accelerator.box.ts | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/apps/com.nn.accelerator.box.ts b/src/apps/com.nn.accelerator.box.ts index 1cc0e87c..21a4e94f 100644 --- a/src/apps/com.nn.accelerator.box.ts +++ b/src/apps/com.nn.accelerator.box.ts @@ -28,5 +28,39 @@ export default defineGkdApp({ }, ], }, + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.activity.MainActivity', + matches: '[vid="iv_activity"] + [vid="iv_close"]', + exampleUrls: 'https://e.gkd.li/a65304c0-0abe-4fc6-8eda-03f8d51ad62d', + snapshotUrls: 'https://i.gkd.li/i/16869245', + }, + ], + }, + { + key: 2, + name: '权限提示-通知权限', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.activity.MainActivity', + matches: ['[text*="打开通知"]', '[vid="iv_close"]'], + exampleUrls: 'https://e.gkd.li/18e591d7-56cf-490d-bca8-d6eda269525d', + snapshotUrls: 'https://i.gkd.li/i/16870058', + }, + ], + }, ], });