feat: webview 的导航栏样式处理

This commit is contained in:
2026-02-04 14:33:35 +08:00
parent 8e27c27abf
commit 2da15786c8
2 changed files with 13 additions and 34 deletions

View File

@@ -23,6 +23,15 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/webview/index",
"style": {
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
],
"subPackages": [
@@ -84,4 +93,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
}