第一次提交

This commit is contained in:
wangxiaowei
2025-06-11 10:21:51 +08:00
commit 52932d54b1
2341 changed files with 185283 additions and 0 deletions

19
components/header.vue Normal file
View File

@ -0,0 +1,19 @@
<template>
<view class="pb10 theme-bg">
<view class="status_bar"></view>
<view class="top_view"></view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
}
</script>
<style>
</style>