Skip to content

Commit

Permalink
feat(下厨房): 开屏广告 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 31, 2025
1 parent 55d6d75 commit 2bfd6dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/com.xiachufang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ export default defineGkdApp({
id: 'com.xiachufang',
name: '下厨房',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
fastQuery: true,
matches: '[vid="skip_container"][visibleToUser=true]', // https://github.com/AIsouler/GKD_subscription/issues/749
exampleUrls: 'https://e.gkd.li/5f3509d5-0b0b-4d79-b0e6-275a591ef2f5',
snapshotUrls: 'https://i.gkd.li/i/18587428',
},
],
},
{
key: 1,
name: '局部广告-卡片广告',
Expand Down

0 comments on commit 2bfd6dc

Please sign in to comment.