From 8aa23a323fdd223607b3e365d4fe1a9bcd1516fb Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 5 Nov 2024 19:11:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E6=89=8B=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#466)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kuaishou.nebula.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index 83bbd5ec..a33f5896 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -4,6 +4,22 @@ export default defineGkdApp({ id: 'com.kuaishou.nebula', name: '快手极速版', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: '[vid="splash_skip_text"]', + exampleUrls: 'https://e.gkd.li/5d393b9b-c327-4429-9759-8c18a097453a', + snapshotUrls: 'https://i.gkd.li/i/17631261', + }, + ], + }, { key: 1, name: '青少年模式',