mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(智行火车票): 开屏广告
This commit is contained in:
26
src/apps/com.yipiao.ts
Normal file
26
src/apps/com.yipiao.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.yipiao',
|
||||
name: '智行火车票',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
position: {
|
||||
left: 'width * 0.8759',
|
||||
top: 'width * 2.0519',
|
||||
},
|
||||
matches: '[desc="广告素材"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/375bf789-95f6-4646-b433-3d3b25dda58a',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16896514',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user