update:训练难度展示ui完成

This commit is contained in:
2026-05-15 09:46:33 +08:00
parent bb50c7ca10
commit 8061ddbed5
15 changed files with 1141 additions and 10 deletions

View File

@@ -63,6 +63,12 @@ const props = defineProps({
src="@/static/app-bg6.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 8"
src="@/static/app-bg7.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>