From a3e93b3a4363e602489dfc2750f8cc12881a705f Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:43:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=97=A0=E5=BF=A7=E8=A1=8C):=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=86=85=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#3075?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3073 --- src/apps/com.cmi.jegotrip.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.cmi.jegotrip.ts b/src/apps/com.cmi.jegotrip.ts index cef4b9b8..e280c42c 100644 --- a/src/apps/com.cmi.jegotrip.ts +++ b/src/apps/com.cmi.jegotrip.ts @@ -4,6 +4,19 @@ export default defineAppConfig({ id: 'com.cmi.jegotrip', name: '无忧行', groups: [ + { + key: 2, + name: '应用内广告弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + matches: '[id="com.cmi.jegotrip:id/ig_ad_close"]', + snapshotUrls: 'https://i.gkd.li/import/13631904', + }, + ], + }, { key: 3, name: '请求定位权限弹窗',