ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
pages数组设置页面路径 window: navigationBarBackgroundColor:设置背景色(十六进制) navigationBarTitleText:导航栏标题 navigationBarTextStyle:导航栏文字颜色(black 或 white) enablePullDownRefresh:下拉刷新(true 或 false) ``` { "pages": [ "pages/main/main", "pages/home/home", "pages/index/index", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor":"#2b4b6b", "navigationBarTitleText":"WeChat", "navigationBarTextStyle":"white", "enablePullDownRefresh":true }, "style":"v2", "sitemapLocation":"sitemap.json" } ```