feat(智行火车票): 开屏广告

This commit is contained in:
AIsouler
2024-09-06 09:56:51 +08:00
parent ea26659d6c
commit 4097328446

26
src/apps/com.yipiao.ts Normal file
View 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',
},
],
},
],
});