Skip to content

Commit

Permalink
feat(凤凰新闻): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlctate committed Nov 11, 2024
1 parent 73c51c0 commit cac6926
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/apps/com.ifeng.news2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ export default defineGkdApp({
id: 'com.ifeng.news2',
name: '凤凰新闻',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
fastQuery: true,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/63006672-75df-47c0-96d5-e26551974a98',
snapshotUrls: [
'https://i.gkd.li/i/17643592',
'https://i.gkd.li/i/17644109',
],
},
],
},
{
key: 1,
name: '分段广告-信息流广告',
Expand Down

0 comments on commit cac6926

Please sign in to comment.