Skip to content

Commit 2bfd6dc

Browse files
committed
feat(下厨房): 开屏广告 (#749)
1 parent 55d6d75 commit 2bfd6dc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/apps/com.xiachufang.ts

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ export default defineGkdApp({
44
id: 'com.xiachufang',
55
name: '下厨房',
66
groups: [
7+
{
8+
key: 0,
9+
name: '开屏广告',
10+
matchTime: 10000,
11+
actionMaximum: 1,
12+
resetMatch: 'app',
13+
priorityTime: 10000,
14+
rules: [
15+
{
16+
fastQuery: true,
17+
matches: '[vid="skip_container"][visibleToUser=true]', // https://github.com/AIsouler/GKD_subscription/issues/749
18+
exampleUrls: 'https://e.gkd.li/5f3509d5-0b0b-4d79-b0e6-275a591ef2f5',
19+
snapshotUrls: 'https://i.gkd.li/i/18587428',
20+
},
21+
],
22+
},
723
{
824
key: 1,
925
name: '局部广告-卡片广告',

0 commit comments

Comments
 (0)