feat: 自定义导航栏

This commit is contained in:
Burt
2024-01-03 17:09:44 +08:00
parent f8f1139dcf
commit 6e3448582b
6 changed files with 115 additions and 2 deletions

View File

@@ -5,6 +5,13 @@
"style": {
"navigationBarTitleText": "我才是标题"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}
],
"globalStyle": {