From fb4e079aff4f444d6c38f3b2a987497aeb304e82 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 20 Mar 2024 11:26:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E5=8D=9A=E8=BD=BB=E4=BA=AB?= =?UTF-8?q?=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.weico.international.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/apps/com.weico.international.ts b/src/apps/com.weico.international.ts index af86a363..248496a9 100644 --- a/src/apps/com.weico.international.ts +++ b/src/apps/com.weico.international.ts @@ -7,21 +7,29 @@ export default defineAppConfig({ { key: -1, name: '开屏广告', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, rules: [ { key: 0, - quickFind: true, + order: -1, matches: '@[clickable=true] + * > [text="跳过"][visibleToUser=true]', - exampleUrls: - 'https://m.gkd.li/57941037/e1253f77-cfdd-42ea-b6c2-05732a9e347a', snapshotUrls: [ 'https://i.gkd.li/i/14549281', 'https://i.gkd.li/i/14549328', // 小窗模式下全局规则触发无效 ], }, + { + key: 1, + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/14661654', + 'https://i.gkd.li/i/14661622', + ], + }, ], }, {