This commit is contained in:
kron
2025-07-08 20:08:25 +08:00
parent 4f56bdb8f0
commit db419ae003
2 changed files with 4 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ onUnmounted(() => {
>
<view :style="{ display: 'flex', flexDirection: 'column' }">
<text :style="{ color: '#fed847' }">请预先射几箭测试</text>
<text>请确保射击距离有5米</text>
<text>请确保射击距离有5米</text>
</view>
<BowPower :power="power" />
</view>