mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
perf(OurPlay): 全屏广告
This commit is contained in:
@@ -7,22 +7,26 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
|
forcedTime: 10000,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.excelliance.kxqp.splash.SplashActivity',
|
'com.excelliance.kxqp.splash.SplashActivity',
|
||||||
'com.excelliance.kxqp.gs.main.MainActivity',
|
'com.excelliance.kxqp.gs.main.MainActivity',
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
name: '类型1',
|
key: 0,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView',
|
'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13302890',
|
snapshotUrls: 'https://i.gkd.li/i/13302890',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '类型2',
|
key: 1,
|
||||||
matches:
|
matches:
|
||||||
'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
|
'[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13447122',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13447122',
|
||||||
|
'https://i.gkd.li/i/14862348',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user