This commit is contained in:
kron
2025-07-30 17:38:48 +08:00
parent f414b34f44
commit 0ebe34cc1e
30 changed files with 211 additions and 81 deletions

View File

@@ -0,0 +1,17 @@
<script setup></script>
<template>
<view class="container">
<image src="../static/bow-target.png" mode="widthFix" />
</view>
</template>
<style scoped>
.container {
width: 90%;
margin: 10px auto;
}
.container > image {
width: 100%;
}
</style>