This commit is contained in:
张成
2025-09-17 22:55:20 +08:00
parent 46fc702dfd
commit 721d0c10e4
11 changed files with 1078 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
export default definePageConfig({
navigationBarTitleText: '球友',
navigationStyle: 'custom',
enablePullDownRefresh: false,
backgroundColor: '#FAFAFA'
})