完善弓箭调试和相关组件

This commit is contained in:
kron
2025-05-08 22:05:53 +08:00
parent ab169af87f
commit a8834ad899
15 changed files with 238 additions and 41 deletions

View File

@@ -0,0 +1,13 @@
<script setup>
import AppBackground from "@/components/AppBackground.vue";
import Header from "@/components/Header.vue";
</script>
<template>
<view>
<AppBackground />
<Header title="个人单组练习" />
</view>
</template>
<style scoped></style>