` "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/coll...
{
"path": "pages/index/index",
"style":{
"scrollIndicator":"none",
"app-plus":{
"titleNView":{
"titleText":"如何摆脱“东拼西凑”的创意…",
"titleSize":"36upx",
"titleColor":"#333333",
"type":"default",
"autoBackButton":true,`
"buttons":[
{
"text": "\ue628",
"color":"#333333",
"fontSrc":"/static/font/iconfont.ttf",
"margin":"30upx",
"float": "left",
},
{
"color":"#333333",
"colorPressed":"#FD6801",
"fontSrc":"/static/font/iconfont.ttf",
"text":"\ue626",
"float": "right"
}
]