mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
25 lines
581 B
TypeScript
25 lines
581 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|