3 Star 9 Fork 2

如沐春/jznews

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
如沐春 提交于 2022-05-04 11:57 . 上传代码
{
"pages": [
{
"path": "pages/home",
"style": {
"navigationBarTitleText": "首页",//设置页面标题文字
"enablePullDownRefresh":true//开启下拉刷新
}
},
{
"path": "pages/about",
"style": {}
},
{
"path": "pages/contact",
"style": {}
},
{
"path": "pages/news/newslist",
"style": {}
},
{
"path": "pages/detail",
"style": {
"navigationBarTitleText": "详情"//设置页面标题文字
}
}
,{
"path" : "pages/product/product",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "产品中心"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home",
"iconPath": "static/desktop-hide.png",
"selectedIconPath": "static/desktop.png",
"text": "首页"
}, {
"pagePath": "pages/news/newslist",
"iconPath": "static/news-hide.png",
"selectedIconPath": "static/news.png",
"text": "资讯"
}, {
"pagePath": "pages/product/product",
"iconPath": "static/product-hide.png",
"selectedIconPath": "static/product.png",
"text": "产品"
}, {
"pagePath": "pages/about",
"iconPath": "static/user-hide.png",
"selectedIconPath": "static/user.png",
"text": "关于"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "新闻资讯",
"navigationBarBackgroundColor": "#2F85FC",
"backgroundColor": "#FFFFFF"
},
"rightWindow": {
"path": "responsive/right-window.vue",
"style": {
"width": "calc(100vw - 450px)"
},
"matchMedia": {
"minWidth": 768
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Cherry_toto/jznews.git
git@gitee.com:Cherry_toto/jznews.git
Cherry_toto
jznews
jznews
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385