细节优化

This commit is contained in:
kron
2025-08-20 16:04:17 +08:00
parent 22a9fe56c0
commit f19b9b1f9d
7 changed files with 9 additions and 8 deletions

View File

@@ -133,12 +133,12 @@ onLoad(async (options) => {
<block v-if="showTip">
<text>落点稳定性说明</text>
<text
>通过计算每支箭与其他箭的平均距离衡一量射的稳定性数字越小则说明射越稳定该数据只能在用户标记落点的情况下生成</text
>通过计算每支箭与其他箭的平均距离衡一量射的稳定性数字越小则说明射越稳定该数据只能在用户标记落点的情况下生成</text
>
</block>
<block v-if="showTip2">
<text>落点分布说明</text>
<text>展示用户某次练习中射的点位</text>
<text>展示用户某次练习中射的点位</text>
</block>
</view>
</ScreenHint2>