Skip to content

Commit

Permalink
feat(光大银行): 开屏广告 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Nov 4, 2024
1 parent 63f0bd7 commit bb8b66e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/com.cebbank.mobile.cemb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ export default defineGkdApp({
id: 'com.cebbank.mobile.cemb',
name: '光大银行',
groups: [
{
key: -1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
fastQuery: true,
matches: '[vid="tv_skip"]',
exampleUrls: 'https://e.gkd.li/81f951ce-39b0-4677-93a7-25b5a709b46d',
snapshotUrls: 'https://i.gkd.li/i/17615867',
},
],
},
{
key: 1,
name: '更新提示',
Expand Down

0 comments on commit bb8b66e

Please sign in to comment.