🚀 0.9.8

This commit is contained in:
BTMuli
2026-03-13 13:50:02 +08:00
parent 1d810117b0
commit f121644bc4
11 changed files with 38 additions and 19 deletions

View File

@@ -5,7 +5,6 @@
<div v-if="pools.length < 3" class="pool-grid">
<PhPoolCard v-for="(pool, idx) in pools" :key="idx" :pool="pool" />
</div>
<!-- TODO: 优化Swiper效果 -->
<Swiper
v-else
:autoplay="{ delay: 3000, disableOnInteraction: false }"