1 Star 6 Fork 1

张小飞 / WeHexo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
张小飞 提交于 2020-07-27 23:48 . 美化下界面
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/artical/artical",
"pages/about/about/about",
"pages/about/log/log",
"pages/about/test/list",
"pages/about/test/filter",
"pages/about/home/home"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Qt那些事儿",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#7A7E83",
"selectedColor": "green",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "列表",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_select.png"
},
{
"pagePath": "pages/about/home/home",
"text": "关于我",
"iconPath": "images/about.png",
"selectedIconPath": "images/about_select.png"
}
]
}
}
1
https://gitee.com/cryfeifei/WeHexo.git
git@gitee.com:cryfeifei/WeHexo.git
cryfeifei
WeHexo
WeHexo
master

搜索帮助