This commit is contained in:
2024-08-23 10:03:43 +08:00
commit 32762a199c
94 changed files with 15778 additions and 0 deletions

19
pages/setup.vue Normal file
View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>