Improve ad

This commit is contained in:
syuilo
2021-05-05 19:05:19 +09:00
parent 80f8c2de78
commit 6cec662ec4
6 changed files with 18 additions and 7 deletions

View File

@@ -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;