1 Star 0 Fork 60

Mr不知为何/uni-chat

forked from 野火IM/uni-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 5.28 KB
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2022-07-18 21:54 . 优化软键盘逻辑
{
"pages": [
{
"path": "pages/SplashPage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"animationType": "none",
"animationDuration": 100
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/conversationList/ConversationListView",
"style": {
"navigationBarTitleText": "会话列表",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue657",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "28px"
},
{
"text": "\ue636",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "26px"
}
]
}
}
}
},
{
"path": "pages/conversation/ConversationView",
"style": {
"navigationBarTitleText": "会话详情",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue623",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "28px"
}
]
},
"softinputMode": "adjustResize",
"bounce":"none"
}
}
},
{
"path": "pages/conversation/SingleConversationInfoView",
"style": {
"navigationBarTitleText": "单人会话信息"
}
},
{
"path": "pages/conversation/GroupConversationInfoView",
"style": {
"navigationBarTitleText": "群会话信息"
}
},
{
"path": "pages/contact/SearchUserView",
"style": {
"navigationBarTitleText": "搜索用户"
}
},
{
"path": "pages/search/SearchPortalPage",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/search/SearchConversationMessagePage",
"style": {
"navigationBarTitleText": " 会话消息搜索"
}
},
{
"path": "pages/contact/UserDetailView",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "pages/contact/ContactListView",
"style": {
"navigationBarTitleText": "好友",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue657",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "28px"
},
{
"text": "\ue636",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "26px"
}
]
}
}
}
},
{
"path": "pages/pick/PickUserView",
"style": {
"navigationBarTitleText": "选择联系人"
}
},
{
"path": "pages/me/MePage",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/misc/WebViewPage",
"style": {
"navigationBarTitleText": "页面加载中..."
}
},
{
"path": "pages/misc/PreviewVideoPage",
"style": {
"navigationBarTitleText": "视频预览"
}
},
{
"path": "pages/misc/ApiTestPage",
"style": {
"navigationBarTitleText": "API测试"
}
}
],
"tabBar": {
"selectedColor": "#3B62E0",
"color": "#7f8389",
"list": [
{
"pagePath": "pages/conversationList/ConversationListView",
"text": "会话列表",
"iconPath": "static/image/tabbar/message_normal.png",
"selectedIconPath": "static/image/tabbar/message_press.png"
},
{
"pagePath": "pages/contact/ContactListView",
"text": "好友列表",
"iconPath": "static/image/tabbar/contact_normal.png",
"selectedIconPath": "static/image/tabbar/contact_press.png"
},
{
"pagePath": "pages/me/MePage",
"text": "我的",
"iconPath": "static/image/tabbar/me_normal.png",
"selectedIconPath": "static/image/tabbar/me_press.png"
}
]
},
"sitemapLocation": "sitemap.json",
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "野火IM",
"navigationBarTextStyle": "black"
},
"subPackages": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/issuns/uni-chat.git
git@gitee.com:issuns/uni-chat.git
issuns
uni-chat
uni-chat
main

搜索帮助