删除无用代码

This commit is contained in:
kron
2026-01-07 18:19:12 +08:00
parent 23cd5bd835
commit 6f464a9f71
5 changed files with 0 additions and 507 deletions
-9
View File
@@ -1,6 +1,5 @@
<script setup>
import { ref, watch, onMounted, onBeforeUnmount, computed } from "vue";
// import StartCountdown from "@/components/StartCountdown.vue";
import PointSwitcher from "@/components/PointSwitcher.vue";
import { MESSAGETYPES } from "@/constants";
@@ -31,10 +30,6 @@ const props = defineProps({
type: String,
default: "solo", // solo 单排,team 双排
},
// start: {
// type: Boolean,
// default: false,
// },
stop: {
type: Boolean,
default: false,
@@ -254,10 +249,6 @@ onBeforeUnmount(() => {
<button @click="simulShoot">模拟</button>
<button @click="simulShoot2">射箭</button>
</view>
<!-- <text :style="{ color: '#fff', wordBreak: 'break-all' }">{{
scores.length ? scores[scores.length - 1] : ""
}}</text> -->
<!-- <StartCountdown :start="startCount" /> -->
</view>
</template>