This commit is contained in:
2024-12-25 16:07:51 +08:00
parent e39ea741ea
commit 453208f593
28 changed files with 867 additions and 63 deletions

View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
defineOptions({
name: "purchase"
});
</script>
<template>
<h1>道具管理</h1>
</template>