3 Star 25 Fork 5

Kit/WordPress丸子uniapp小程序1.0.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Kit 提交于 2021-08-10 17:05 +08:00 . 丸子小程序uniapp版本
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh":true
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/list",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/posts/posts",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#AAAAAA",
"selectedColor": "#262626",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "/static/images/homes.png",
"selectedIconPath": "/static/images/homes_on.png"
},
{
"text": "栏目",
"pagePath": "pages/category/category",
"iconPath": "/static/images/categorys.png",
"selectedIconPath": "/static/images/categorys_on.png"
},
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "/static/images/users.png",
"selectedIconPath": "/static/images/users_on.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/izol/wanzi-uniapp1.0.0.git
git@gitee.com:izol/wanzi-uniapp1.0.0.git
izol
wanzi-uniapp1.0.0
WordPress丸子uniapp小程序1.0.0
master

搜索帮助