From f5e3bbda8c74ba783579fcc4ce3c842663a69818 Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 16 Oct 2023 11:44:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#1117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqlive.ts | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 0b4ef21d..a55c7b52 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -7,24 +7,18 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', + matchLauncher: true, + quickFind: true, activityIds: 'com.tencent.qqlive.ona.activity.SplashHomeActivity', rules: [ { - matches: - 'TextView[text*="互动广告"] < LinearLayout < FrameLayout + FrameLayout > TextView[text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12700227', - }, - { - matches: 'TextView[text="广告"] LinearLayout + TextView[text="跳过"]', - }, - { - matches: '@[text="跳过"] - LinearLayout > [text="广告"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12700122', - }, - { - matches: - '@[text="跳过"] < FrameLayout - FrameLayout >(2) [text="广告"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12700541', + matches: 'FrameLayout[id=null] > TextView[text="跳过"][id=null]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12700227', + 'https://gkd-kit.gitee.io/import/12700122', + 'https://gkd-kit.gitee.io/import/12700541', + 'https://gkd-kit.gitee.io/import/12910953', + ], }, ], },