代码拉取完成,页面将自动刷新
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
// "^uni-((?!(shadow-root|icons)).*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^u--(.*)": "uview-ui/components/u--$1/u--$1.vue"
}
},
"pages": [
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/shelf/shelf",
"style": {
"navigationStyle": "custom",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/test/test",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "profile",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/contents/contents",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
// "disableScroll": true,
"navigationBarBackgroundColor": "#FFFFFF",
"app-plus": {
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/chapter/chapter",
"style": {
"navigationStyle": "custom",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/explore/explore",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/catalog/catalog",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
// 自定义下拉刷新offset
"app-plus": {
"statusbar": {
"immersed": false
}
}
}
}, {
"path": "pages/comment/comment",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FFFFFF",
// 自定义下拉刷新offset
"app-plus": {
"softinputMode": "adjustResize"
}
}
}, {
"path": "pages/history/history",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"app-plus": {
"statusbar": {
"immersed": false
}
}
}
}, {
"path": "pages/historyv2/historyv2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"app-plus": {
"statusbar": {
"immersed": false
}
}
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/rank/rank",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/catalogv2/catalogv2",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
// 自定义下拉刷新offset
"app-plus": {
"pullToRefresh": {
"support": true,
"offset": "60px"
},
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/setting/setting",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#FFFFFF", // iOS APP真机bounce回弹区域默认灰色,建议统一重置为白色
//支付宝和钉钉小程序需要取消回弹效果
"mp-alipay": {
"allowsBounceVertical": "NO"
},
//在App中,取消下拉刷新灰色半弧形效果
"app-plus": {
"bounce": "none",
"backgroundColor": "white"
}
}
// "tabBar": {
// "color": "#7A7E83",
// "selectedColor": "#ff3333",
// // "borderStyle": "#7A7E83",
// "backgroundColor": "#ffffff",
// "list": [
// {
// "pagePath": "pages/shelf/shelf",
// "text": "书架",
// "iconPath": "static/images/toolbar/shelf.png",
// "selectedIconPath": "static/images/toolbar/s_shelf.png"
// },
// {
// "pagePath": "pages/index/index",
// "text": "书城",
// "iconPath": "static/images/toolbar/book.png",
// "selectedIconPath": "static/images/toolbar/s_book.png"
// },
// {
// "pagePath": "pages/profile/profile",
// "text": "我的",
// "iconPath": "static/images/toolbar/user.png",
// "selectedIconPath": "static/images/toolbar/s_user.png"
// }
// ]
// }
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。