From da4ea9be214e0c4bc2baf2366c85c57a85b92365 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:27:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E6=89=8B=E6=B8=B8?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E5=99=A8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2809)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2806 --- src/apps/com.tencent.cmocmna.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/apps/com.tencent.cmocmna.ts b/src/apps/com.tencent.cmocmna.ts index 21b611f1..1bf56f22 100644 --- a/src/apps/com.tencent.cmocmna.ts +++ b/src/apps/com.tencent.cmocmna.ts @@ -7,11 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.tencent.mocmna.activity.MainActivity', - matchLauncher: true, quickFind: true, - rules: '[text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12847303', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12847303', + 'https://i.gkd.li/import/13539641', + ], }, { key: 1,