From 56ae56765a282543b7e47cb68dfb6f35848a1651 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 26 May 2025 19:25:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=2019=E6=A5=BC-=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#932?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.nineteenlou.nineteenlou.ts | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/apps/com.nineteenlou.nineteenlou.ts diff --git a/src/apps/com.nineteenlou.nineteenlou.ts b/src/apps/com.nineteenlou.nineteenlou.ts new file mode 100644 index 00000000..7c7f9eda --- /dev/null +++ b/src/apps/com.nineteenlou.nineteenlou.ts @@ -0,0 +1,27 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.nineteenlou.nineteenlou', + name: '19楼', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: [ + '[vid="adv_layout"][visibleToUser=true]', + '[vid="jump"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/3c41a2ae-a470-4dc5-974b-4157c77b6efb', + snapshotUrls: 'https://i.gkd.li/i/20438918', + }, + ], + }, + ], +});