细节调整

This commit is contained in:
kron
2025-11-05 14:27:58 +08:00
parent 2e9d257faa
commit 42a7d49603
6 changed files with 18 additions and 15 deletions

View File

@@ -175,7 +175,6 @@ const targetTypeName = computed(() => {
:id="targetId"
:src="targetSrc"
:arrows="arrows.filter((item) => item.x && item.y)"
:editMode="false"
/>
</view>
<view :style="{ transform: 'translateY(-60rpx)' }">

View File

@@ -230,7 +230,6 @@ onShareTimeline(async () => {
:id="targetId"
:src="targetSrc"
:arrows="arrows.filter((item) => item.x && item.y)"
:editMode="false"
/>
</view>
<view :style="{ transform: 'translateY(-60rpx)' }">

View File

@@ -29,7 +29,6 @@ const goldenRound = ref(0);
const currentRedPoint = ref(0);
const currentBluePoint = ref(0);
const totalRounds = ref(0);
const power = ref(0);
const scores = ref([]);
const blueScores = ref([]);
const redTeam = ref([]);