细节完善

This commit is contained in:
kron
2025-08-21 09:36:00 +08:00
parent 70b3a25369
commit d9c9319d24
3 changed files with 15 additions and 6 deletions

View File

@@ -62,8 +62,8 @@ onUnmounted(() => {
}"
>
<view :style="{ display: 'flex', flexDirection: 'column' }">
<text :style="{ color: '#fed847' }">预先射几箭测试</text>
<text>请确保射箭距离有5米</text>
<text :style="{ color: '#fed847' }">确保站距达到5米</text>
<text>低于5米的射箭无效</text>
</view>
</view>
</Guide>