代码拉取完成,页面将自动刷新
同步操作将从 Lione/live-uniapp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [{
"path": "pages/push/push_config",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
}
}, {
"path": "pages/push/push_h5p",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "push-btngroup", // 唯一标识
"path": "pages/push/btngroup", // 页面路径
/*"type": "popup", 这里不需要*/
"style": {
"position": "absolute",
"bottom": "0upx",
"width": "100%",
"height": "200upx",
"background": "transparent"
}
}]
}
}
}, {
"path": "pages/push/push_weex",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "push-logs", // 唯一标识
"path": "pages/push/logs", // 页面路径
"type": "popup",
"style": {
"position": "absolute",
"top": "0upx",
"width": "100%",
"height": "100%",
"background": "transparent"
}
}, {
"id": "push-btngroup", // 唯一标识
"path": "pages/push/btngroup", // 页面路径
/*"type": "popup", 这里不需要*/
"style": {
"position": "absolute",
"bottom": "0upx",
"width": "100%",
"height": "200upx",
"background": "transparent"
}
}]
}
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#000000"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
},
"easycom": {
"autoscan": true,
"custom": {
// uview-ui
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
// @dcloudio
"^uni-(.*)": "@dcloudio/uniui/lib/uni-$1/uni-$1.vue"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。