mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
* 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
19 lines
406 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|