1 Star 0 Fork 47

pengrui/wx-chat

forked from 野火IM/wx-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2019-10-13 00:25 . add login page
{
"pages": [
"pages/login/login",
"pages/chat-list/chat-list",
"pages/chat/chat",
"pages/chat-input/chat-input",
"pages/friends/friends"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#35c8fb",
"color": "#7f8389",
"list": [
{
"pagePath": "pages/chat-list/chat-list",
"text": "会话列表",
"iconPath": "image/tabbar/chat_list_unselected.png",
"selectedIconPath": "image/tabbar/chat_list.png"
},
{
"pagePath": "pages/friends/friends",
"text": "好友列表",
"iconPath": "image/tabbar/friend_unselected.png",
"selectedIconPath": "image/tabbar/friend.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pengrui1993/wx-chat.git
git@gitee.com:pengrui1993/wx-chat.git
pengrui1993
wx-chat
wx-chat
master

搜索帮助