Merge remote-tracking branch 'origin/main'

main
Connor 2024-05-28 10:35:00 +08:00
commit acc5f92116
2 changed files with 20 additions and 0 deletions

View File

@ -95,6 +95,13 @@
"navigationBarTitleText": "搜索",
}
},
{
"path" : "pages/communication/addfriends",
"style" :
{
"navigationBarTitleText" : ""
}
}],
"tabBar": {
"color": "#000000",

View File

@ -0,0 +1,13 @@
<template>
<view>
</view>
</template>
<script setup>
</script>
<style>
</style>