mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
bf2818ed86
3 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ export default defineComponent({
|
||||||
h(MkAd, {
|
h(MkAd, {
|
||||||
class: "a", // advertiseの意(ブロッカー対策)
|
class: "a", // advertiseの意(ブロッカー対策)
|
||||||
key: item.id + ":ad",
|
key: item.id + ":ad",
|
||||||
prefer: ["horizontal", "horizontal-big"],
|
prefer: ["inline", "inline-big"],
|
||||||
}),
|
}),
|
||||||
el,
|
el,
|
||||||
];
|
];
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<MkAd :prefer="['horizontal', 'horizontal-big']" />
|
<MkAd :prefer="['inline', 'inline-big']" />
|
||||||
<MkContainer
|
<MkContainer
|
||||||
:max-height="300"
|
:max-height="300"
|
||||||
:foldable="true"
|
:foldable="true"
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
</template>
|
</template>
|
||||||
</div> -->
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
<MkAd :prefer="['horizontal', 'horizontal-big']" />
|
<MkAd :prefer="['inline', 'inline-big']" />
|
||||||
<MkContainer
|
<MkContainer
|
||||||
:max-height="300"
|
:max-height="300"
|
||||||
:foldable="true"
|
:foldable="true"
|
||||||
|
|
Loading…
Reference in a new issue