mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: 19楼-开屏广告 #932
This commit is contained in:
27
src/apps/com.nineteenlou.nineteenlou.ts
Normal file
27
src/apps/com.nineteenlou.nineteenlou.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user