11 Star 74 Fork 24

GoEasy / 微信小程序实现IM聊天即时通讯

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
jiacai 提交于 2020-12-18 14:03 . 1.added auto login
{
"pages": [
"pages/conversations/conversations",
"pages/login/login",
"pages/contacts/contacts",
"pages/mine/mine",
"pages/chat/groupChat/groupChat",
"pages/chat/privateChat/privateChat",
"pages/chat/groupMember/groupMember"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar" : {
"color":"#454750",
"selectedColor":"#D02129",
"borderStyle":"black",
"backgroundColor":"#F8F7F7",
"height" : "60px",
"list" : [
{
"pagePath" : "pages/conversations/conversations",
"text":"信息",
"iconPath":"static/images/chat.png",
"selectedIconPath":"static/images/chat-active.png"
},
{
"pagePath" : "pages/contacts/contacts",
"text" : "通讯录",
"iconPath":"static/images/contacts.png",
"selectedIconPath":"static/images/contacts-active.png"
},
{
"pagePath" : "pages/mine/mine",
"text" : "我",
"iconPath":"static/images/mine.png",
"selectedIconPath":"static/images/mine-active.png"
}
]
}
}
JavaScript
1
https://gitee.com/goeasy-io/GoEasyDemo-wxapp-IM-Chat.git
git@gitee.com:goeasy-io/GoEasyDemo-wxapp-IM-Chat.git
goeasy-io
GoEasyDemo-wxapp-IM-Chat
微信小程序实现IM聊天即时通讯
2.1

搜索帮助