mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(探探): 开屏广告 (#919)
https://github.com/gkd-kit/subscription/issues/918
This commit is contained in:
15
src/apps/com.p1.mobile.putong.ts
Normal file
15
src/apps/com.p1.mobile.putong.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user