feat: 导航栏标题颜色及状态栏前景颜色 设置为白色

This commit is contained in:
jqtmviyu 2025-04-19 17:53:22 +08:00
parent 22e11eb542
commit 193a5ff48c

View File

@ -19,6 +19,7 @@
// //
"style": { "style": {
"navigationStyle": "custom", // "navigationStyle": "custom", //
"navigationBarTextStyle": "white",
"navigationBarTitleText": "首页" "navigationBarTitleText": "首页"
} }
}, },