mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小步点): 开屏广告,首页广告弹窗 (#563)
This commit is contained in:
26
src/apps/run.xbud.android.ts
Normal file
26
src/apps/run.xbud.android.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'run.xbud.android',
|
||||||
|
name: '小步点',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'run.xbud.android.mvp.ui.other.SplashActivity',
|
||||||
|
rules: '[id="run.xbud.android:id/bodyLayout"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12777125',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页广告弹窗',
|
||||||
|
activityIds: 'run.xbud.android.mvp.ui.other.MainActivity',
|
||||||
|
rules:
|
||||||
|
'[id="run.xbud.android:id/ksad_tk_view"] >n @ViewGroup[clickable=true] > ImageView',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12777133',
|
||||||
|
'https://gkd-kit.songe.li/import/12777134',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user