mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: 智慧人社-开屏广告 #865
This commit is contained in:
24
src/apps/com.powersi.zhrs.ts
Normal file
24
src/apps/com.powersi.zhrs.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.powersi.zhrs',
|
||||
name: '智慧人社',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
matches: '[vid="tv_time"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/1cad6c38-5c76-4b5a-b350-bb9630221661',
|
||||
snapshotUrls: 'https://i.gkd.li/i/19746757',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user