From f07fa63d68d9c2681565e48acff2ae3176e0d9dd Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:15:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BA=A2=E6=89=8B=E6=8C=87=E4=BA=91?= =?UTF-8?q?=E6=89=8B=E6=9C=BA)=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#1465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(优化规则) * feat 开屏广告(补充规则) * feat(红手指云手机): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.redfinger.app.ts | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/apps/com.redfinger.app.ts b/src/apps/com.redfinger.app.ts index 913021a9..70ae6421 100644 --- a/src/apps/com.redfinger.app.ts +++ b/src/apps/com.redfinger.app.ts @@ -7,19 +7,23 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.redfinger.app.activity.Ads2Activity', - matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { key: 0, - matches: '[id="com.redfinger.app:id/ksad_splash_circle_skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/13166289', + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/13166289', + 'https://i.gkd.li/import/13188631', + 'https://i.gkd.li/import/13166298', + ], }, { - key: 1, - matches: - '[id="com.redfinger.app:id/anythink_myoffer_splash_skip_area"]', - snapshotUrls: 'https://i.gkd.li/import/13166298', + key: 2, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13188645', }, ], },