This commit is contained in:
pengxiaolong
2025-05-12 22:19:21 +08:00
parent 033cb649f8
commit c45c7c4de1
33 changed files with 322 additions and 58 deletions

View File

@@ -17,5 +17,18 @@
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
"uniIdRouter": {}
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
}
]
}
}