mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(鄂汇办): 开屏广告(GKD1.7有效)
This commit is contained in:
29
src/apps/cn.cty.hbzw.ts
Normal file
29
src/apps/cn.cty.hbzw.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user