Improve ad
This commit is contained in:
parent
80f8c2de78
commit
6cec662ec4
6 changed files with 18 additions and 7 deletions
|
|
@ -92,7 +92,7 @@ export default defineComponent({
|
|||
return [h(MkAd, {
|
||||
class: 'a', // advertiseの意(ブロッカー対策)
|
||||
key: item.id + ':ad',
|
||||
prefer: 'horizontal',
|
||||
prefer: ['horizontal', 'horizontal-big'],
|
||||
}), el];
|
||||
} else {
|
||||
return el;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue