1 Star 0 Fork 2

frank / weather-and-house-loan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
fanqq 提交于 2023-04-04 17:01 . feat: 天气接口优化
{
"pages": [
"pages/weather/weather",
"pages/mortgage/mortgage",
"pages/setting/setting",
"pages/finance/func/func",
"pages/finance/finance",
"pages/wuxian-yijin/wxyj",
"pages/mortgage/detail/detail",
"pages/citychoose/citychoose",
"pages/about/about"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#1AAD19",
"backgroundTextStyle": "dark",
"backgroundColor": "#f8f8f8",
"navigationBarTitleText": "天气月供查询"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/weather/weather",
"iconPath": "image/tab-icon/weather.png",
"selectedIconPath": "image/tab-icon/weather-hl.png",
"text": "实时天气"
},
{
"pagePath": "pages/mortgage/mortgage",
"iconPath": "image/tab-icon/mortgage.png",
"selectedIconPath": "image/tab-icon/mortgage-hl.png",
"text": "月供计算"
},
{
"pagePath": "pages/wuxian-yijin/wxyj",
"iconPath": "image/tab-icon/wxyj.png",
"selectedIconPath": "image/tab-icon/wxyj-hl.png",
"text": "五险一金"
},
{
"pagePath": "pages/setting/setting",
"iconPath": "image/tab-icon/component.png",
"selectedIconPath": "image/tab-icon/component-hl.png",
"text": "设置中心"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"getLocation"
],
"useExtendedLib": {
"weui": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/frank_6fedcom_admin/weather-and-house-loan.git
git@gitee.com:frank_6fedcom_admin/weather-and-house-loan.git
frank_6fedcom_admin
weather-and-house-loan
weather-and-house-loan
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891