主题
{page}.json
{page}.json 是小程序页面配置(也称为“局部配置文件”),用于配置当前页面的窗口样式、页面标题等。
json
{
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "微信接口功能演示",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
}