1 Star 0 Fork 3

coderyy/仿知识星球APP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
fengzhangzhu 提交于 2022-09-05 18:36 . back-up
{
"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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyper9999/imitation-knowledge-planet-app.git
git@gitee.com:hyper9999/imitation-knowledge-planet-app.git
hyper9999
imitation-knowledge-planet-app
仿知识星球APP
master

搜索帮助