1 Star 0 Fork 0

s305611672/uni-app-tempate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
s305611672 提交于 2020-06-24 15:53 . feat: init
{
"pages": [
{
"path": "modules/index/pages/index/index",
"style": {
"navigationBarTitleText": "uni-ui基础项目"
}
},
{
"path": "modules/test/pages/index/index",
"style": {
"navigationBarTitleText": "Test"
}
},
{
"path": "modules/tab3/pages/index/index",
"style": {
"navigationBarTitleText": "Tab3"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "modules/index/pages/index/index",
"iconPath": "static/component.png",
"selectedIconPath": "static/componentHL.png",
"text": "内置组件"
},
{
"pagePath": "modules/test/pages/index/index",
"iconPath": "static/api.png",
"selectedIconPath": "static/apiHL.png",
"text": "Test"
}, {
"pagePath": "modules/tab3/pages/index/index",
"iconPath": "static/extui.png",
"selectedIconPath": "static/extuiHL.png",
"text": "Tab3"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/s305611672/uni-app-tempate.git
git@gitee.com:s305611672/uni-app-tempate.git
s305611672
uni-app-tempate
uni-app-tempate
master

搜索帮助