4类文件组成:
.json后缀的JSON配置文件
.wxml后缀的WXML模板文件
.wxss后缀的WXSS样式文件
.js后缀的js脚本逻辑文件
JSON配置文件:
app.json
project.config.json
sitemap.json
index.json
app.json文件
小程序的全局配置文件,配置页面路径、界面表现、网络超时时间、底部tab栏
app.json 配置 https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
window 设置小程序状态栏、导航条、标题、窗口颜色
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#window
tabBar
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#tabBar