1 Star 0 Fork 101

Dream of freedom / GBlog-wx

forked from fuzui / GBlog-wx 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
app.json 1.43 KB
Copy Edit Raw Blame History
fuzui authored 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/antonetwo/GBlog-wx.git
git@gitee.com:antonetwo/GBlog-wx.git
antonetwo
GBlog-wx
GBlog-wx
master

Search