1 Star 1 Fork 0

韩勇强/uniappcolorDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
韩勇强 提交于 2020-07-29 14:49 . 同步代码
{
"pages": [{
"path": "pages/index/index",
"style": {}
}, {
"path": "pages/home/home",
"style": {}
}, {
"path": "pages/chat/chat",
"style": {}
}, {
"path": "pages/menus/menus",
"style": {}
} ,{
"path" : "pages/LotteryDraw/LotteryDraw",
"style" : {}
}
],
"globalStyle": {
"mp-alipay": {
/* 支付宝小程序特有相关 */
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "hyqdemo",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#5dbc45",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabblar/about.png",
"selectedIconPath": "static/tabblar/about_cur.png",
"text": "首页"
},
{
"pagePath": "pages/menus/menus",
"iconPath": "static/tabblar/component.png",
"selectedIconPath": "static/tabblar/component_cur.png",
"text": "菜单"
},
{
"pagePath": "pages/home/home",
"iconPath": "static/tabblar/basics.png",
"selectedIconPath": "static/tabblar/basics_cur.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyqProjects/uniappcolorDemouniappcolorDemo.git
[email protected]:hyqProjects/uniappcolorDemouniappcolorDemo.git
hyqProjects
uniappcolorDemouniappcolorDemo
uniappcolorDemo
master

搜索帮助