From 5bfd23a4444cf5ecf754ff3ff0e05f994d4d3156 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 23 Jul 2024 16:08:47 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=99=BA=E6=85=A7=E6=9C=8D=E5=8B=99):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.systemAdSolution.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/com.miui.systemAdSolution.ts b/src/apps/com.miui.systemAdSolution.ts index beb4ee50..c5d59226 100644 --- a/src/apps/com.miui.systemAdSolution.ts +++ b/src/apps/com.miui.systemAdSolution.ts @@ -5,7 +5,6 @@ export default defineGkdApp({ name: '智能服务', groups: [ { - // 全局规则无效,单独规则有效 key: 0, name: '开屏广告', fastQuery: true, @@ -14,8 +13,11 @@ export default defineGkdApp({ actionMaximum: 1, rules: [ { - matches: '[text*="跳过"][text.length<10][visibleToUser=true]', - snapshotUrls: 'https://i.gkd.li/i/14927422', + matches: '[vid="view_skip_button"][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/14927422', + 'https://i.gkd.li/i/16323945', + ], }, ], },