feat: 完成对接

This commit is contained in:
anonymous
2024-12-31 21:07:08 +08:00
parent ecd30a2e82
commit fecf6535a8
99 changed files with 2253 additions and 299 deletions
+19
View File
@@ -0,0 +1,19 @@
<script setup lang="ts">
import NavBar from '@/components/NavBar.vue'
</script>
<route lang="json5">
{
style: {
navigationBarTitleText: '幸运大转盘',
navigationBarBackgroundColor: '#fff',
navigationStyle: 'custom',
},
}
</route>
<template>
<view class="min-h-screen">
<NavBar />
</view>
</template>