feat: bug fix

This commit is contained in:
kenny
2025-10-21 16:37:19 +08:00
parent 5297bd4d70
commit 61c05c924d
40 changed files with 225 additions and 153 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<template>
<view class="index">
<image
v-for="i in 10"
v-for="i in 30"
:key="i"
:src="`/static/index/image_${i}.jpeg`"
mode="widthFix"
@@ -52,6 +52,7 @@
background-color: #0d232c;
color: white;
font-size: 32rpx;
opacity: 0;
}
}
}