计算机网络/计算机科学与应用/系统/运维/开发

微信小程序 页面的组成文件

4类文件组成:

.json后缀的JSON配置文件

.wxml后缀的WXML模板文件

.wxss后缀的WXSS样式文件

.js后缀的js脚本逻辑文件


JSON配置文件:

app.json

project.config.json

sitemap.json

index.json


app.json文件

小程序的全局配置文件,配置页面路径、界面表现、网络超时时间、底部tab栏

image.png

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


好的生活就是不瞎想,做得多,要得少,常微笑,懂知足。

评论

^