1 Star 0 Fork 0

大白萝卜蹲 / uniapp_overflow_button

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
大白萝卜蹲 提交于 2019-08-13 16:30 . 初次提交
{
"pages": [{
"path": "pages/index/home"
}, {
"path": "pages/index/news"
}, {
"path": "pages/index/placeHolder"
}, {
"path": "pages/index/message"
}, {
"path": "pages/index/mine"
}, {
"path": "pages/addAction/addAction"
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/home",
"iconPath": "static/ic_home.png",
"selectedIconPath": "static/ic_home_select.png",
"text": "主页"
},
{
"pagePath": "pages/index/news",
"iconPath": "static/ic_news.png",
"selectedIconPath": "static/ic_news_select.png",
"text": "新闻"
}, {
"pagePath": "pages/index/placeHolder",
"iconPath": "static/ic_blank.png",
"selectedIconPath": "static/ic_blank.png",
"text": "随手拍"
}, {
"pagePath": "pages/index/message",
"iconPath": "static/ic_message.png",
"selectedIconPath": "static/ic_message_select.png",
"text": "消息"
},
{
"pagePath": "pages/index/mine",
"iconPath": "static/ic_mine.png",
"selectedIconPath": "static/ic_mine_select.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"animationType":"slide-in-right"
}
}
JavaScript
1
https://gitee.com/DaBaiLuoBuDun/uniapp_overflow_button.git
git@gitee.com:DaBaiLuoBuDun/uniapp_overflow_button.git
DaBaiLuoBuDun
uniapp_overflow_button
uniapp_overflow_button
master

搜索帮助