From 0d12a77c67f2000717c08686b22a42dc9cfb1dd7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:41:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=8C=E4=B8=8A=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E8=81=94=E7=9B=9F):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89=20(#2315?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qt.qtl.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/apps/com.tencent.qt.qtl.ts b/src/apps/com.tencent.qt.qtl.ts index cc3caeed..29f9cd29 100644 --- a/src/apps/com.tencent.qt.qtl.ts +++ b/src/apps/com.tencent.qt.qtl.ts @@ -7,13 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.tencent.zone.main.MainZoneHomeActivity', - matchLauncher: true, quickFind: true, - rules: '[id="com.tencent.qt.qtl:id/skip_layout"] > [text$="跳过"]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text$="跳过"][text.length<=10]', snapshotUrls: [ 'https://i.gkd.li/import/12793273', - 'https://i.gkd.li/import/12893534', // com.miui.home.launcher.Launcher + 'https://i.gkd.li/import/12893534', + 'https://i.gkd.li/import/13413724', ], }, ],