代码拉取完成,页面将自动刷新
同步操作将从 derekerrr/dchat_web 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/chat/chat",
"style" :
{
"navigationBarTitleText": "D Chat",
"navigationBarBackgroundColor":"#66a3ff",
"enablePullDownRefresh": false,
"app-plus":{
"titleNView":{
"buttons":[{
"text":"\ue7b3",
"float":"right",
"fontSize":"25px",
"color":"#F1F1F1",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/404/404",
"style" :
{
"navigationBarTitleText": "D Chat",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/list",
"style" :
{
"navigationBarTitleText": "D Chat",
"navigationBarBackgroundColor":"#66a3ff",
"enablePullDownRefresh": true,
"app-plus":{
"titleNView":{
"buttons":[{
"text":"\ue7b3",
"float":"right",
"fontSize":"25px",
"color":"#F1F1F1",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/space/space",
"style" :
{
"navigationBarTitleText": "D Chat",
"navigationBarBackgroundColor":"#66a3ff",
"enablePullDownRefresh": false,
"app-plus":{
"titleNView":{
"buttons":[{
"text":"\ue7b3",
"float":"right",
"fontSize":"25px",
"color":"#F1F1F1",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/me/me",
"style" :
{
"navigationStyle":"custom",
// "navigationBarTitleText": "D Chat",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/me/info",
"style" :
{
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
},{
"path" : "pages/me/changeName",
"style" :
{
"navigationBarTitleText": "修改昵称",
"enablePullDownRefresh": false
}
},{
"path" : "pages/me/changeSex",
"style" :
{
"navigationBarTitleText": "修改性别",
"enablePullDownRefresh": false
}
},{
"path" : "pages/me/changeSig",
"style" :
{
"navigationBarTitleText": "修改个性签名",
"enablePullDownRefresh": false
}
},{
"path" : "pages/index/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/index/register",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/me/changeAvatar",
"style" :
{
"navigationBarTitleText": "更换头像",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/other/search/search",
"style" :
{
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/other/search/info",
"style" :
{
"navigationBarTitleText": "用户主页",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/info/info",
"style" :
{
"navigationBarTitleText": "好友主页",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/chat/chatRoom/chatRoom",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor":"#66a3ff",
//App端的配置
"app-plus":{
"titleNView":{
"buttons":[{
"text":"\ueaf1",
"float":"right",
"fontSize":"25px",
"color":"#F1F1F1",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/list/apply/apply",
"style" :
{
"navigationBarTitleText": "请求列表",
"enablePullDownRefresh": false
}
} ,{
"path" : "pages/list/apply/info",
"style" :
{
"navigationBarTitleText": "用户主页",
"enablePullDownRefresh": false
}
},{
"path" : "pages/list/apply/groupInfo",
"style" :
{
"navigationBarTitleText": "群信息",
"enablePullDownRefresh": false
}
},{
"path" : "pages/list/apply/member",
"style" :
{
"navigationBarTitleText": "群成员",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/chat/groupRoom/groupRoom",
"style" :
{
"navigationBarTitleText": "公共聊天室",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#66a3ff",
//App端的配置
"app-plus":{
"softinputMode":"adjustResize",
"titleNView":{
"buttons":[{
"type": "menu",
"float":"right"
}]
}
}
}
}
,{
"path" : "pages/list/group/group",
"style" :
{
"navigationBarTitleText": "我的群聊",
"enablePullDownRefresh": true,
"app-plus":{
"titleNView":{
"buttons":[{
"text":"新建",
"float":"right",
"fontSize":"18px",
"color":"#00aaff",
"fontWeight": "bold"
}]
}
}
}
},{
"path" : "pages/list/group/create",
"style" :
{
"navigationBarTitleText": "新建群聊",
"enablePullDownRefresh": false
}
},{
"path" : "pages/list/group/invite",
"style" :
{
"navigationBarTitleText": "邀请好友",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/list/group/edit",
"style" :
{
"navigationBarTitleText": "编辑信息",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/list/group/info",
"style" :
{
"navigationBarTitleText": "群聊信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/group/member",
"style" :
{
"navigationBarTitleText": "群成员",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/chat/group/group",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#66a3ff",
"app-plus":{
"titleNView":{
"buttons":[{
"text":"\ueaf1",
"float":"right",
"fontSize":"25px",
"color":"#F1F1F1",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}, {
"path" : "pages/other/search/groupInfo",
"style" :
{
"navigationBarTitleText": "群信息",
"enablePullDownRefresh": false
}
}, {
"path" : "pages/other/search/member",
"style" :
{
"navigationBarTitleText": "群成员",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/space/zoom/zoom",
"style" :
{
"navigationBarTitleText": "世界",
"enablePullDownRefresh": true,
"app-plus":{
"titleNView":{
"buttons":[
{
"text":"\ue661",
"float":"right",
"fontSize":"25px",
"color":"#535353",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/space/zoom/edit/edit",
"style" :
{
"navigationBarTitleText": "编辑",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/space/zoom/my/my",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"app-plus":{
"titleNView":{
"buttons":[
{
"text":"\ue661",
"float":"right",
"fontSize":"25px",
"color":"#535353",
"fontSrc":"/static/ico/iconfont.ttf"
}]
}
}
}
}
,{
"path" : "pages/space/zoom/other/other",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/space/zoom/detail/detail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/space/zoom/changeBg/changeBg",
"style" :
{
"navigationBarTitleText": "更换背景",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"list":[{
"pagePath":"pages/chat/chat",
"iconPath":"static/icon/chat.png",
"selectedIconPath":"static/icon/selected_chat.png",
"text":"聊天"
},{
"pagePath":"pages/list/list",
"iconPath":"static/icon/list.png",
"selectedIconPath":"static/icon/selected_list.png",
"text":"通讯录"
},{
"pagePath":"pages/space/space",
"iconPath":"static/icon/space.png",
"selectedIconPath":"static/icon/selected_space.png",
"text":"发现"
},{
"pagePath":"pages/me/me",
"iconPath":"static/icon/me.png",
"selectedIconPath":"static/icon/selected_me.png",
"text":"我"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。