enhance(AD): 表示される広告の選定条件を変更、縦に長いタイプを設定できるように (MisskeyIO#293)
This commit is contained in:
parent
44c10ea991
commit
8a8196aa09
8 changed files with 25 additions and 17 deletions
|
@ -95,7 +95,7 @@ export default defineComponent({
|
|||
if (props.ad && item._shouldInsertAd_) {
|
||||
return [h(MkAd, {
|
||||
key: item.id + ':ad',
|
||||
prefer: ['horizontal', 'horizontal-big'],
|
||||
prefer: [],
|
||||
}), el];
|
||||
} else {
|
||||
return el;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue