1 Star 0 Fork 5

cknight/wxmap

forked from tomatocc/wxmap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
tomatocc 提交于 2020-05-27 12:13 . 全量代码提交
{
"pages": [
"pages/index/index",
"pages/home/home",
"pages/weather/weather",
"pages/citychoose/citychoose",
"pages/setting/setting",
"pages/systeminfo/systeminfo",
"pages/location/location",
"pages/location-detail/location",
"pages/author/author"
],
"window": {
"navigationBarBackgroundColor": "#39b54a",
"navigationBarTitleText": "快点查查",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"permission":{
"scope.userLocation": {
"desc":"需要根据您当前位置快速为您找到附近信息"
}
},
"tabBar": {
"color": "#333",
"selectedColor": "#d81e06",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "/images/list.png",
"selectedIconPath": "/images/list_act.png",
"text": "附近"
},
{
"pagePath": "pages/index/index",
"iconPath": "/images/detail.png",
"selectedIconPath": "/images/detai_act.png",
"text": "详情"
},
{
"pagePath": "pages/weather/weather",
"iconPath": "/images/weater.png",
"selectedIconPath": "/images/weater_act.png",
"text": "天气"
},
{
"pagePath": "pages/author/author",
"iconPath": "/images/about.png",
"selectedIconPath": "/images/about_act.png",
"text": "关于"
}
]
},
"usingComponents": {
"cu-custom": "/resources/lib/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap.json",
"cloud": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lorsque/wxmap.git
git@gitee.com:lorsque/wxmap.git
lorsque
wxmap
wxmap
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385