mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
16 lines
394 B
TypeScript
16 lines
394 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.suanya.zhixing',
|
|
name: '智行旅行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.app.main.entrance.MainActivity',
|
|
rules: 'LinearLayout > TextView + TextView[id!=null][text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12739122',
|
|
},
|
|
],
|
|
});
|