feat(铁路12306): 开屏广告 (#443)

This commit is contained in:
AIsouler
2024-10-31 09:29:21 +08:00
parent 4b15dd7fd2
commit 6a19e199c8

View File

@@ -0,0 +1,24 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.MobileTicket',
name: '铁路12306',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
fastQuery: true,
matches: '[vid="tv_main_splash_skip"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/9a9b71b2-0c52-4623-b53b-6dd07d0cbe7c',
snapshotUrls: 'https://i.gkd.li/i/17580273',
},
],
},
],
});