Files
AIsouler-GKD_subscription/src/apps/com.MobileTicket.ts
Otis0227 7c23af9d1d feat(铁路12306): 开屏广告-规则优化 (#1531)
* feat(铁路12306):开屏广告跳过优化

铁路12306,开屏广告跳过优化

* chore(actions): check_format_lint

* feat(铁路12306): 开屏广告-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>

close #1529
2023-10-29 02:34:43 +08:00

19 lines
406 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.MobileTicket',
name: '铁路12306',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[id=`com.MobileTicket:id/tv_skip`]',
snapshotUrls: 'https://i.gkd.li/import/13196243',
},
],
});