用户反馈:1.0 略快、0.75 又太慢,需要中间档。 新增 0.875(0.75 和 1.0 的等距中点),倍速选项现在为: 0.5 / 0.75 / 0.875 / 1.0 / 1.25 / 1.5 / 2.0 7 个档位 CSS flex-wrap: wrap 自动两行排版,每档都看得清。
@@ -158,7 +158,7 @@
<text class="rate-title">播放速度</text>
<view class="rate-options">
<view
- v-for="rate in [0.5, 0.75, 1, 1.25, 1.5, 2]"
+ v-for="rate in [0.5, 0.75, 0.875, 1, 1.25, 1.5, 2]"
:key="rate"
class="rate-item"
:class="{ active: playRate === rate }"