小程序开放平台

文档中心
暂无目录

页面配置

更新时间:2024-11-27 17:27:18

页面配置

每一个小程序页面也可以使用同名 .json 文件来对本页面的窗口表现进行配置,页面中配置项会覆盖 app.json 的 window 中相同的配置项。

完整配置项说明请参考小程序页面配置

例如:

{
  "navigationBarBackgroundColor": "#ffffff",
  "navigationBarTextStyle": "black",
  "navigationBarTitleText": "小红书接口功能演示",
  "backgroundColor": "#eeeeee",
  "backgroundTextStyle": "light"
}
该文档是否对您有帮助?