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