From f717b36780b7bd902f12e84dd331fd7d9545fd30 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:26:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B1=BD=E6=B0=B4=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3297)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.luna.music.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index 6d6b76ce..c2b9b121 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -10,8 +10,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id$="id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13533782', + rules: [ + { + name: '字节穿山甲广告SDK', + matches: '[id$="id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13533782', + }, + { + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13704658', + }, + ], }, { key: 2,