1 Star 0 Fork 0

JWang/wpblog-by-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
iwen 提交于 2020-03-21 15:28 . 添加微信登录
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" : {}
},
{
"path" : "pages/my/my",
"style" : {}
},
{
"path" : "pages/detail/detail",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "健旺博客",
"navigationBarBackgroundColor" : "#118fff",
"backgroundColor" : "#F8F8F8"
},
"tabBar" : {
"color" : "#959595",
"selectedColor" : "#118fff",
"borderStyle" : "white",
"backgroundColor" : "#ffffff",
"list" : [
{
"pagePath" : "pages/index/index",
"text" : "首页",
"iconPath" : "static/images/tab-home.png",
"selectedIconPath" : "static/images/tab-home-on.png"
},
{ "pagePath" : "pages/my/my",
"text" : "我的",
"iconPath" : "static/images/tab-my.png",
"selectedIconPath" : "static/images/tab-my-on.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liujianwang/wpblog-by-uniapp.git
git@gitee.com:liujianwang/wpblog-by-uniapp.git
liujianwang
wpblog-by-uniapp
wpblog-by-uniapp
master

搜索帮助