2 Star 1 Fork 5

BBBUG / noobChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.28 KB
一键复制 编辑 原始数据 按行查看 历史
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/user/center",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputNavBar": "none"
}
}
}, {
"path": "pages/user/login",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputMode": "adjustResize",
"softinputNavBar": "none"
}
}
}, {
"path": "pages/user/setting",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputMode": "adjustResize",
"softinputNavBar": "none"
}
}
}, {
"path": "pages/music/search",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputMode": "adjustResize",
"softinputNavBar": "none"
}
}
}, {
"path": "pages/room/room",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputMode": "adjustResize",
"softinputNavBar": "none"
}
}
}, {
"path": "pages/room/roomList",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 软键盘弹起模式
"softinputMode": "adjustResize",
"softinputNavBar": "none"
}
}
}
],
"tabBar": {
"color": "#666666",
"selectedColor": "#5677FC",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/room/roomList",
"text": "聊天",
"iconPath": "static/icons/chat_none.png",
"selectedIconPath": "static/icons/chat_selected.png"
},
{
"pagePath": "pages/user/center",
"text": "我的",
"iconPath": "static/icons/center_none.png",
"selectedIconPath": "static/icons/center_selected.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "noobChat",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
1
https://gitee.com/bbbug_com/noobchat.git
git@gitee.com:bbbug_com/noobchat.git
bbbug_com
noobchat
noobChat
master

搜索帮助