feat: 智慧人社-开屏广告 #865

This commit is contained in:
AIsouler
2025-04-15 12:58:49 +08:00
parent 68ef2c5efa
commit 4746a9d43d

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