mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(铁路12306): 开屏广告 (#443)
This commit is contained in:
24
src/apps/com.MobileTicket.ts
Normal file
24
src/apps/com.MobileTicket.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user