mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(魔音MORIN): 卡片式广告(补充 activityId) (#3008)
This commit is contained in:
@@ -35,10 +35,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '腾讯广告',
|
name: '腾讯广告',
|
||||||
activityIds: 'com.feiyu.morin.view.main.MainActivity',
|
activityIds: [
|
||||||
|
'com.feiyu.morin.view.main.MainActivity',
|
||||||
|
'com.feiyu.morin.view.main.PlayerBottomControlActivity',
|
||||||
|
],
|
||||||
matches:
|
matches:
|
||||||
'ImageView + LinearLayout + LinearLayout + FrameLayout > ImageView',
|
'ImageView + LinearLayout + LinearLayout + FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13521680',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13521680',
|
||||||
|
'https://i.gkd.li/import/13625476',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user