mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
15 lines
328 B
TypeScript
15 lines
328 B
TypeScript
import type { AppConfig } from '../types';
|
|
|
|
export default <AppConfig>{
|
|
id: 'com.yipiao',
|
|
name: `智行火车票12306抢票`,
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.app.main.entrance.MainActivity',
|
|
rules: 'LinearLayout > TextView + TextView[text=`跳过`]',
|
|
},
|
|
],
|
|
};
|