From 16c0122f36139311d835a513ab4914eef2602f12 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:25:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9A=8F=E6=89=8B=E8=AE=B0):=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2905)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2882 --- src/apps/com.mymoney.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.mymoney.ts b/src/apps/com.mymoney.ts index 0ce2e3b9..14c131c7 100644 --- a/src/apps/com.mymoney.ts +++ b/src/apps/com.mymoney.ts @@ -7,9 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.mymoney.biz.splash.SplashScreenActivity', - rules: '[id="com.mymoney:id/external_ad_content"] >2 [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12709192', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12709192', + 'https://i.gkd.li/import/13583695', + ], }, ], });