3 Star 21 Fork 9

luoze/微信小程序即时通讯

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoze 提交于 2020-06-28 09:46 . 第一次提交
{
"pages": [
"pages/index/index",
"pages/chat/chat",
"pages/place/index",
"pages/shop/shop",
"pages/home/home",
"pages/message/message",
"pages/my/my",
"pages/add-place/add-place",
"pages/edit-my-info/edit-my-info"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom",
"cu-bar": "/components/bar/bar"
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/lzjxm/chatxcx.git
[email protected]:lzjxm/chatxcx.git
lzjxm
chatxcx
微信小程序即时通讯
master

搜索帮助