From 6f10862e33ee71185f55bf4309e418f4f68e20fb Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 24 Sep 2024 14:40:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BA=A2=E4=B9=A6):=20=E5=BC=80?= =?UTF-8?q?=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.xingin.xhs.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index f446514c..d889eeb0 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -4,6 +4,24 @@ export default defineGkdApp({ id: 'com.xingin.xhs', name: '小红书', groups: [ + { + key: 0, + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[vid="splash_count_down_view"]', + exampleUrls: 'https://e.gkd.li/6ed22307-ce1d-479e-8a8d-a6fe4ffa614c', + snapshotUrls: [ + 'https://i.gkd.li/i/17109105', + 'https://i.gkd.li/i/17108010', // 全局规则在此误触 + ], + }, + ], + }, { key: 1, name: '权限提示-通知权限',