first commit

This commit is contained in:
Ls
2026-03-09 16:31:33 +08:00
commit 22f77eb290
92 changed files with 35468 additions and 0 deletions

19
src/pages/index/user.vue Normal file
View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script setup lang="ts">
import { onShow,onLoad } from "@dcloudio/uni-app";
onLoad(() => {
});
onShow(() => {
});
</script>
<style lang="scss">
</style>