mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update date-separated-list.vue
This commit is contained in:
parent
d7f9168900
commit
55227e1a77
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default defineComponent({
|
|||
} else {
|
||||
if (this.ad && item._shouldInsertAd_) {
|
||||
return [h(MkAd, {
|
||||
class: 'ad',
|
||||
class: 'a', // advertiseの意(ブロッカー対策)
|
||||
key: item.id + ':ad',
|
||||
prefer: 'horizontal',
|
||||
}), el];
|
||||
|
|
Loading…
Reference in a new issue