This commit is contained in:
kron
2025-06-20 01:47:57 +08:00
parent 6d063d56ab
commit bfdd76e15b
4 changed files with 58 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ function calcRealY(num) {
<template>
<view class="container">
<view class="header">
<view class="header" v-if="debug || totalRound > 0 || power">
<text v-if="debug" class="header-tips">大人请射箭</text>
<text v-if="totalRound > 0" class="round-count">{{
(currentRound > totalRound ? totalRound : currentRound) +
@@ -127,7 +127,6 @@ function calcRealY(num) {
}"
/>
</block>
<image src="../static/bow-target.png" mode="widthFix" />
</view>
<view v-if="avatar" class="footer">
@@ -206,7 +205,7 @@ function calcRealY(num) {
}
.footer > image {
width: 40px;
height: 40px;
min-height: 40px;
border-radius: 50%;
}
.container > text {