代码拉取完成,页面将自动刷新
同步操作将从 如沐春/jznews 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [
{
"path": "pages/home",
"style": {
"navigationBarTitleText": "首页",//设置页面标题文字
"enablePullDownRefresh":true//开启下拉刷新
}
},
{
"path": "pages/about",
"style": {}
},
{
"path": "pages/contact",
"style": {}
},
{
"path": "pages/news/newslist",
"style": {}
},
{
"path": "pages/detail",
"style": {
"navigationBarTitleText": "详情"//设置页面标题文字
}
}
,{
"path" : "pages/product/product",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "产品中心"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home",
"iconPath": "static/desktop-hide.png",
"selectedIconPath": "static/desktop.png",
"text": "首页"
}, {
"pagePath": "pages/news/newslist",
"iconPath": "static/news-hide.png",
"selectedIconPath": "static/news.png",
"text": "资讯"
}, {
"pagePath": "pages/product/product",
"iconPath": "static/product-hide.png",
"selectedIconPath": "static/product.png",
"text": "产品"
}, {
"pagePath": "pages/about",
"iconPath": "static/user-hide.png",
"selectedIconPath": "static/user.png",
"text": "关于"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "新闻资讯",
"navigationBarBackgroundColor": "#2F85FC",
"backgroundColor": "#FFFFFF"
},
"rightWindow": {
"path": "responsive/right-window.vue",
"style": {
"width": "calc(100vw - 450px)"
},
"matchMedia": {
"minWidth": 768
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。