mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
@@ -20,13 +20,23 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '弹窗广告',
|
||||||
activityIds: 'com.excelliance.kxqp.splash.SplashActivity',
|
activityIds: [
|
||||||
|
'com.excelliance.kxqp.splash.SplashActivity',
|
||||||
|
'com.excelliance.kxqp.gs.main.MainActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
name: '类型1',
|
||||||
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/import/13302890',
|
snapshotUrls: 'https://i.gkd.li/import/13302890',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '类型2',
|
||||||
|
matches:
|
||||||
|
'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13447122',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user