Merge branch 'base' into tabbar

This commit is contained in:
feige996
2025-05-26 23:30:37 +08:00
13 changed files with 6608 additions and 3150 deletions

View File

@@ -3,22 +3,26 @@
layout: 'tabbar',
style: {
navigationBarTitleText: '关于',
navigationStyle: 'custom', // 开启自定义导航栏
},
}
</route>
<template>
<view
class="bg-white overflow-hidden pt-2 px-4"
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
>
<view class="text-center text-3xl mt-8">
鸽友们好我是
<text class="text-red-500">菲鸽</text>
<view>
<fg-navbar>关于</fg-navbar>
<view
class="bg-white overflow-hidden pt-2 px-4"
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
>
<view class="text-center text-3xl mt-8">
鸽友们好我是
<text class="text-red-500">菲鸽</text>
</view>
<view class="test-css">测试 scss 样式</view>
<RequestComp />
<UploadComp />
</view>
<view class="test-css">测试 scss 样式</view>
<RequestComp />
<UploadComp />
</view>
</template>