From 780adbcdee460344a3b20da23fa05d78d5f6c6af Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:06:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E9=80=9F=E7=AE=A1=E5=AE=B6):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3034)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3014 --- src/apps/cn.lezhi.speedtest.ts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/apps/cn.lezhi.speedtest.ts b/src/apps/cn.lezhi.speedtest.ts index e612c543..bdf945ba 100644 --- a/src/apps/cn.lezhi.speedtest.ts +++ b/src/apps/cn.lezhi.speedtest.ts @@ -7,12 +7,22 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, actionMaximum: 1, resetMatch: 'app', matchTime: 10000, - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13544242', + rules: [ + { + name: '字节SDK', + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13544242', + }, + { + name: '腾讯SDK', + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13626049', + }, + ], }, { key: 1,