mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
28 lines
652 B
TypeScript
28 lines
652 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|