1 Star 0 Fork 0

合肥Java2303/news_client_uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
Ken 提交于 2023-10-20 18:05 . 新闻展示项目的客户端
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}
,{
"path" : "pages/shequ/shequ",
"style" :
{
"navigationBarTitleText": "社区",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/video/video",
"style" :
{
"navigationBarTitleText": "视频",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/me/me",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#EE1A19",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#696969",
"selectedColor": "#EE1A19",
"backgroundColor": "#FFFFFF",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index_s.png"
},
{
"text": "社区",
"pagePath": "pages/shequ/shequ",
"iconPath": "static/shequ.png",
"selectedIconPath": "static/shequ_s.png"
},
{
"text": "视频",
"pagePath": "pages/video/video",
"iconPath": "static/video.png",
"selectedIconPath": "static/video_s.png"
},
{
"text": "我的",
"pagePath": "pages/me/me",
"iconPath": "static/me.png",
"selectedIconPath": "static/me_s.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hefei-java2303/news_client_uniapp.git
git@gitee.com:hefei-java2303/news_client_uniapp.git
hefei-java2303
news_client_uniapp
news_client_uniapp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385