feat(IT之家): 开屏广告

This commit is contained in:
AIsouler
2024-07-28 09:24:13 +08:00
parent 8b3f3887c0
commit 31c7758f98

View File

@@ -4,6 +4,25 @@ export default defineGkdApp({
id: 'com.ruanmei.ithome', id: 'com.ruanmei.ithome',
name: 'IT之家', name: 'IT之家',
groups: [ groups: [
{
key: 0,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
excludeMatches: '[vid="iv_search_back"][visibleToUser=true]',
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/49015bf7-6513-40b2-a436-d3c386ef1891',
snapshotUrls: [
'https://i.gkd.li/i/16401878',
'https://i.gkd.li/i/16401899', // 防止误触
],
},
],
},
{ {
key: 1, key: 1,
name: '局部广告-卡片广告', name: '局部广告-卡片广告',