Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(鄂汇办): 开屏广告(GKD1.7有效)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 7, 2024
1 parent 07adeea commit 160def1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/apps/cn.cty.hbzw.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'cn.cty.hbzw',
name: '鄂汇办',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
action: 'clickCenter',
position: {
left: 'width * 0.8676',
top: 'width * -1.9094',
},
quickFind: true,
matches: '[vid="iv_ad_image"]',
exampleUrls:
'https://m.gkd.li/57941037/9cf76d31-3b11-45dc-be9c-c2e9cbf26c23',
snapshotUrls: 'https://i.gkd.li/i/14519367',
},
],
},
],
});

0 comments on commit 160def1

Please sign in to comment.