2 Star 1 Fork 0

yinfengrui / 星宿UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.65 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星宿UI-枫瑞博客",
"enablePullDownRefresh": true,
// #ifndef MP-TOUTIAO
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pages/weblist/weblist",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/data/data",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/download/download",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// #ifdef MP-MP-WEIXIN
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pages/follow/follow",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tags/tags",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navTxtStyle",
"backgroundColor": "@bgColor",
"navigationBarBackgroundColor": "@navBgColor",
"navigationBarTitleText": "星宿UI-枫瑞博客"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "@bgColor",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabar/home.png",
"selectedIconPath": "static/tabar/home_h.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tabar/catelog.png",
"selectedIconPath": "static/tabar/catelog_h.png",
"text": "专题"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tabar/res.png",
"selectedIconPath": "static/tabar/res_h.png",
"text": "搜索"
}, {
"pagePath": "pages/me/me",
"iconPath": "static/tabar/my.png",
"selectedIconPath": "static/tabar/my_h.png",
"text": "我的"
}
]
}
}
1
https://gitee.com/fengruiblog/xingxiu-ui.git
git@gitee.com:fengruiblog/xingxiu-ui.git
fengruiblog
xingxiu-ui
星宿UI
master

搜索帮助