1 Star 0 Fork 0

zhm/weather-forecast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhm 提交于 2022-02-02 12:00 . 完成开发
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "天气预报"
}
}
,{
"path" : "pages/choose-city/choose-city",
"style" :
{
"navigationBarTitleText": "选择城市"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "天气预报",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhm254my/weather-forecast.git
[email protected]:zhm254my/weather-forecast.git
zhm254my
weather-forecast
weather-forecast
master

搜索帮助