mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(PU口袋校园): 开屏广告, 优量汇广告 (#130)
This commit is contained in:
22
src/apps/com.xyhui.ts
Normal file
22
src/apps/com.xyhui.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xyhui',
|
||||
name: 'PU口袋校园',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.xyhui.start.LoadingActivity',
|
||||
rules: 'ImageView -(4) LinearLayout > [text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642486',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '优量汇广告',
|
||||
activityIds: 'com.xyhui.start.PUMainActivity',
|
||||
rules: 'ImageView - FrameLayout[childCount=1] > ImageView[id=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642482',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user