From 4f3672a331163c974de67a2f5b0c0601708b0988 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:40:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=89=E5=BF=83=E8=AE=B0=E5=8A=A0?= =?UTF-8?q?=E7=8F=AD):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2770)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 二刺螈 --- src/apps/com.julanling.app.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/apps/com.julanling.app.ts b/src/apps/com.julanling.app.ts index a0a29ccd..bbf542bf 100644 --- a/src/apps/com.julanling.app.ts +++ b/src/apps/com.julanling.app.ts @@ -11,8 +11,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13523606', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13523606', + }, + { + matches: '[id="com.julanling.app:id/adsail_skipView"]', + snapshotUrls: 'https://i.gkd.li/import/13537961', + exampleUrls: + 'https://m.gkd.li/38517192/7d7b9bc5-0246-4404-89c0-1b49d6b92256', + }, + ], }, { key: 5,