个人训练改版首页存档

This commit is contained in:
2026-05-13 10:49:31 +08:00
parent 19391808ef
commit 1bca5977c1
29 changed files with 1729 additions and 1 deletions

View File

@@ -57,6 +57,12 @@ const props = defineProps({
src="https://static.shelingxingqiu.com/shootmini/static/rank/rank-bg.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 7"
src="@/static/app-bg6.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>