From c54b40a539c374f3c6f4437576f24a8552b8cf3f Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:49:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8C=96=E8=B4=A2=E8=AE=B0=E8=B4=A6):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B+=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#2218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wacai365.ts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/apps/com.wacai365.ts b/src/apps/com.wacai365.ts index 3b40452e..6c8e45c0 100644 --- a/src/apps/com.wacai365.ts +++ b/src/apps/com.wacai365.ts @@ -8,23 +8,28 @@ export default defineAppConfig({ key: 0, name: '开屏广告', quickFind: true, - matchLauncher: true, - activityIds: [ - 'com.wacai365.HomeActivity', - 'com.wacai.android.wind.splash.WindDialogActivity', - ], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { + key: 0, matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]', snapshotUrls: 'https://i.gkd.li/import/13162861', }, { + key: 1, matches: '[id$="id/tt_splash_skip_btn"]', snapshotUrls: [ 'https://i.gkd.li/import/13177538', 'https://i.gkd.li/import/13194893', ], }, + { + key: 2, + matches: '[text^="跳过"][text.length<=6]', + snapshotUrls: 'https://i.gkd.li/import/13399124', + }, ], }, {