7 Star 41 Fork 33

BBBUG/BBBUG APP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2020-10-29 21:16 . fix: 优化体验添加撤回消息
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "房间",
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"app-plus": {
"softinputMode": "adjustPan",
"titleNView": {
"buttons": [{
"text": "我的",
"fontSize": "16px",
"float": "left",
"width": "60px"
}, {
"text": "换房",
"fontSize": "16px",
"float": "right",
"width": "60px"
}]
}
}
}
}, {
"path": "pages/room/index",
"style": {
"navigationBarTitleText": "房间",
// "navigationStyle": "custom",
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "我的",
"fontSize": "16px",
"float": "left",
"width": "60px"
}, {
"text": "换房",
"fontSize": "16px",
"float": "right",
"width": "60px"
}]
}
}
}
}, {
"path": "pages/room/select",
"style": {
"navigationBarTitleText": "热门房间",
// "navigationStyle": "custom",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "创建",
"fontSize": "16px",
"float": "right",
"width": "60px"
}]
}
}
}
}, {
"path": "pages/room/online",
"style": {
"navigationBarTitleText": "房间在线用户",
// "navigationStyle": "custom",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
}
}, {
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "  "
}
}, {
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心"
}
}, {
"path": "pages/user/motify",
"style": {
"navigationBarTitleText": "修改资料"
}
}, {
"path": "pages/song/my",
"style": {
"navigationBarTitleText": "我点过的歌",
"enablePullDownRefresh": true
}
}, {
"path": "pages/song/search",
"style": {
"navigationBarTitleText": "歌曲搜索",
"enablePullDownRefresh": true
}
}, {
"path": "pages/song/list",
"style": {
"navigationBarTitleText": "接下来要播放",
"enablePullDownRefresh": true
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "UniAppDemo",
"navigationBarBackgroundColor": "#F5F5F5",
"backgroundColor": "#F5F5F5",
// "backgroundTextStyle": "",
"app-plus": {
"softinputNavBar": "none",
"softinputMode": "adjustResize"
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bbbug_com/ChatAPP.git
git@gitee.com:bbbug_com/ChatAPP.git
bbbug_com
ChatAPP
BBBUG APP
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385