From 9ca8955d7c55557bdd6ed90bb67458cab45e0128 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:08:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=83=E5=8A=A8=E6=97=A5=E5=B8=B8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=81=E8=B4=AD=E4=B9=B0=E4=BC=9A=E5=91=98-?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#1351)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1326 --- src/apps/com.youloft.icloser.ts | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/apps/com.youloft.icloser.ts b/src/apps/com.youloft.icloser.ts index 1abc170c..edf2d2bd 100644 --- a/src/apps/com.youloft.icloser.ts +++ b/src/apps/com.youloft.icloser.ts @@ -7,11 +7,30 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.youloft.icloser.splash.AdSplashActivity', + quickFind: true, matchLauncher: true, - rules: - '[id="com.youloft.icloser:id/sdk_container"] TextView[text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12910405', + activityIds: ['com.youloft.icloser.splash.AdSplashActivity'], + rules: [ + { + matches: [ + 'TextView[text^="跳过"]', + '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + ], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12910405', + 'https://i.gkd.li/import/13072365', + ], + }, + ], + }, + { + key: 1, + name: '购买会员-弹窗广告', + enable: false, + quickFind: true, + activityIds: 'com.youloft.icloser.view.dialog.VipRetainPacketDialog', + rules: '[id="com.youloft.icloser:id/tv_later_buy"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13067183', }, ], });