From a35fea78bf473dd0af2ef9207b5e475ed8faf114 Mon Sep 17 00:00:00 2001 From: jacktpy <48015717+jacktpy@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:53:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(Pods=20King):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2932)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(Pods King): 开屏广告 * Update com.msnothing.airpodsking.ts * chore(actions): check_format_lint * feat(Pods King): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.msnothing.airpodsking.ts | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/apps/com.msnothing.airpodsking.ts b/src/apps/com.msnothing.airpodsking.ts index 47d73143..259215c9 100644 --- a/src/apps/com.msnothing.airpodsking.ts +++ b/src/apps/com.msnothing.airpodsking.ts @@ -7,10 +7,21 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.msnothing.ad.splash.HomeSplashActivity', - matchLauncher: true, - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12908449', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + matchTime: 10000, + rules: [ + { + quickFind: false, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://i.gkd.li/import/12908449'], + }, + { + matches: '[text="跳过"]', + snapshotUrls: ['https://i.gkd.li/import/13607847'], + }, + ], }, ], });