1 Star 0 Fork 1

cnrustic/星宿UI V2X

forked from yinfengrui/星宿UI V2X 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.12 KB
一键复制 编辑 原始数据 按行查看 历史
yinfengrui 提交于 2023-09-12 15:07 . 20230912 v2.5
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星宿UI-枫瑞博客",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "专题分类"
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "文章搜索"
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}, {
"path": "pages/data/data",
"style": {
"navigationBarTitleText": "文章详情",
"navigationBarBackgroundColor":"@tabBgColor"
}
}, {
"path": "pages/category/categ_lisst",
"style": {
"navigationBarTitleText": "文章列表"
}
}, {
"path": "pages/friend/friend",
"style": {
"navigationBarTitleText": "友情小程序"
}
}
, {
"path": "pages/tags/tags",
"style": {
"navigationBarTitleText": "知识星球"
}
}, {
"path": "pages/weblist/weblist",
"style": {}
}
,{
"path" : "pages/about/about",
"style" : {}
}
,{
"path" : "pages/questions/questions",
"style" :
{
"navigationBarTitleText": "提交问题",
"enablePullDownRefresh": false
}
},{
"path" : "pages/questions/questions-list",
"style" :
{
"navigationBarTitleText": "问题列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/download/download",
"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": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/cnrustic/stars-ui-v2.git
[email protected]:cnrustic/stars-ui-v2.git
cnrustic
stars-ui-v2
星宿UI V2X
master

搜索帮助