mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
16 lines
394 B
TypeScript
16 lines
394 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.p1.mobile.putong',
|
|
name: '探探',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.p1.mobile.putong.account.ui.welcome.SplashAct',
|
|
rules: '@LinearLayout > TextView[text="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12866488',
|
|
},
|
|
],
|
|
});
|