1 Star 0 Fork 101

iamknight / GBlog-wx

forked from fuzui / GBlog-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
fuzui 提交于 2020-05-02 02:00 . 更换html2wxml为组件版
{
"pages": [
"pages/index/index",
"pages/details/index",
"pages/photos/home/index",
"pages/search/index",
"pages/type/index",
"pages/about/home/index",
"component/article-list/index"
],
"window": {
"navigationBarBackgroundColor": "#39b54a",
"navigationBarTitleText": "Geek Era",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#fdfefa",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/icon/home.png",
"selectedIconPath": "images/icon/home-hover.png",
"text": "首页"
},
{
"pagePath": "pages/type/index",
"iconPath": "images/icon/type.png",
"selectedIconPath": "images/icon/type-hover.png",
"text": "分类"
},
{
"pagePath": "pages/photos/home/index",
"iconPath": "images/icon/photo.png",
"selectedIconPath": "images/icon/photo-hover.png",
"text": "光影"
},
{
"pagePath": "pages/about/home/index",
"iconPath": "images/icon/about.png",
"selectedIconPath": "images/icon/about-hover.png",
"text": "关于"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
},
"debug": true,
"navigateToMiniProgramAppIdList": [
],
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/null_980_1543/GBlog-wx.git
git@gitee.com:null_980_1543/GBlog-wx.git
null_980_1543
GBlog-wx
GBlog-wx
master

搜索帮助