细节调整

This commit is contained in:
kron
2025-06-17 19:35:21 +08:00
parent 28e3d49e57
commit ab8aa08a35
5 changed files with 55 additions and 44 deletions

View File

@@ -25,6 +25,7 @@ const power = ref(0);
const onReady = async () => {
await createPractiseAPI(total);
start.value = true;
currentRound.value = 0;
scores.value = [];
};
@@ -82,7 +83,7 @@ onUnmounted(() => {
<BowPower :power="power" />
</view>
<BowTarget
:totalRound="total / 4"
:totalRound="start ? total / 4 : 0"
:currentRound="currentRound"
:scores="scores"
:tips="