feat: 19楼-开屏广告 #932

This commit is contained in:
AIsouler
2025-05-26 19:25:16 +08:00
parent 5e10a14fdb
commit 56ae56765a

View File

@@ -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',
},
],
},
],
});