代码拉取完成,页面将自动刷新
同步操作将从 fengzhangzhu/仿知识星球APP 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "动态",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/discover/discover",
"style": {
"navigationBarTitleText": "发现",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/groupsDetail/groupsDetail",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/starAsk/starAsk",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/askDetail/askDetail",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
// "blurEffect": "extralight", tabBar毛玻璃效果
"color": "#6c6c6c", // 未选中字体颜色
"selectedColor": "#17B99A", // 被选中字体颜色
"borderStyle": "white",
"backgroundColor": "white",
"height": "4rem",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "./static/tabbar/stars.png", // 未选中显示的图像
"selectedIconPath": "./static/tabbar/stars-select.png", // 选中显示的图像
"text": "星球"
}, {
"pagePath": "pages/message/message",
"iconPath": "./static/tabbar/message.png",
"selectedIconPath": "./static/tabbar/message-select.png",
"text": "动态"
}, {
"pagePath": "pages/discover/discover",
"iconPath": "./static/tabbar/discover.png",
"selectedIconPath": "./static/tabbar/discover-select.png",
"text": "发现"
}, {
"pagePath": "pages/me/me",
"iconPath": "./static/tabbar/me.png",
"selectedIconPath": "./static/tabbar/me-select.png",
"text": "我"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
// 输入框聚焦页面内容不往上顶
"app-plus": {
"background": "#FFFFFF",
"softinputMode": "adjustResize"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。