1 Star 0 Fork 0

陈东东/heyui-blog-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
陈东东 提交于 2021-07-28 11:17 . HBlog-1.0.1版本
{
"pages":[
"pages/index/index",
"pages/category/category",
"pages/template/template",
"pages/about/about",
"pages/about/log/log",
"pages/about/introduce/introduce",
"pages/detail/detail",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#007aff",
"navigationBarTitleText": "heyui-blog",
"navigationBarTextStyle":"white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabbar/home.png",
"selectedIconPath": "images/tabbar/home_select.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/tabbar/cate.png",
"selectedIconPath": "images/tabbar/cate_select.png",
"text": "分类"
},
{
"pagePath": "pages/template/template",
"iconPath": "images/tabbar/temp.png",
"selectedIconPath": "images/tabbar/temp_select.png",
"text": "模板"
},
{
"pagePath": "pages/about/about",
"iconPath": "images/tabbar/my.png",
"selectedIconPath": "images/tabbar/my_select.png",
"text": "我的"
}
],
"backgroundColor": "#fff",
"selectedColor": "#8dc63f",
"color": "#593a25",
"borderStyle": "white",
"position": "bottom"
},
"navigateToMiniProgramAppIdList": [
"wx39672304efee4abb"
],
"usingComponents": {
"h-footer": "/component/h-footer/footer"
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geekClub/heyui-blog-client.git
[email protected]:geekClub/heyui-blog-client.git
geekClub
heyui-blog-client
heyui-blog-client
master

搜索帮助