From 39cf18fb8531f2747f0f0fe5c4e93102a1e5fb74 Mon Sep 17 00:00:00 2001 From: yanyu2023 <130368710+yanyu2023@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:07:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=B9=90=E5=8A=A8=E5=8A=9B):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1858)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * fix(乐动力): 开屏广告 --- src/apps/cn.ledongli.ldl.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/apps/cn.ledongli.ldl.ts b/src/apps/cn.ledongli.ldl.ts index 7a06c093..ef789b33 100644 --- a/src/apps/cn.ledongli.ldl.ts +++ b/src/apps/cn.ledongli.ldl.ts @@ -7,9 +7,14 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'cn.ledongli.ldl.adsdk.activity.AdsOriginalActivity', - rules: 'TextView[text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12668468', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: 'TextView[text^="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12668468', //text="跳过" + 'https://gkd-kit.gitee.io/import/13259199', //text="跳过 " + ], }, ], });