From 5133555a5ecbd4a27a54a97317e58caed821c784 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:24:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B8=85=E7=9E=B3):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#3126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3100 --- src/apps/com.smarlife.qingtong.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/apps/com.smarlife.qingtong.ts b/src/apps/com.smarlife.qingtong.ts index 5af5ad52..18c8ce84 100644 --- a/src/apps/com.smarlife.qingtong.ts +++ b/src/apps/com.smarlife.qingtong.ts @@ -10,8 +10,19 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13626063', + rules: [ + { + key: 0, + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13636044', + }, + { + actionMaximumKey: 0, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13626063', + }, + ], }, ], });