mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:42:20 +08:00
feat(魔音MORIN): 卡片式广告(补充 activityId) (#3008)
This commit is contained in:
parent
76ef9e57f7
commit
b3608004c6
|
@ -35,10 +35,16 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 0,
|
||||
name: '腾讯广告',
|
||||
activityIds: 'com.feiyu.morin.view.main.MainActivity',
|
||||
activityIds: [
|
||||
'com.feiyu.morin.view.main.MainActivity',
|
||||
'com.feiyu.morin.view.main.PlayerBottomControlActivity',
|
||||
],
|
||||
matches:
|
||||
'ImageView + LinearLayout + LinearLayout + FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13521680',
|
||||
'ImageView + LinearLayout + LinearLayout + FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13521680',
|
||||
'https://i.gkd.li/import/13625476',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user