app_ancientSayings/pages.json
2023-09-19 19:31:19 +08:00

238 lines
5.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/bookCity/bookCity/index",
"style": {
"navigationBarTitleText": "书城",
"navigationStyle": "custom"
// "app-plus": {
// "titleView": false, //不启用系统导航
// "statusbar": {
// "immersed": false
// }
// }
}
},
{
"path": "pages/bookshelf/bookshelf/index",
"style": {
"navigationBarTitleText": "书架",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
// 登录页面
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/loginMobile/loginMobile",
"style": {
// 登录验证码页面
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/classification/classification/index",
"style": {
"navigationBarTitleText": "分类",
"navigationStyle": "custom"
}
},
{
"path": "pages/myInfo/myInfo/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/myInfo/aboutMy/index",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/myInfo/mySetUp/index",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/myInfo/problemList/index",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/myInfo/problemDetail/index",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/voucherCenter/index",
"style": {
"navigationBarTitleText": "充值中心"
}
},
{
"path": "pages/readingRecords/index",
"style": {
"navigationBarTitleText": "阅读记录"
}
},
{
"path": "pages/signInBookCurrency/index",
"style": {
"navigationBarTitleText": "签到领取书币",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/booksListAll/index",
"style": {
//完本和新书的 书籍列表
"navigationBarTitleText": ""
// "app-plus": {
// "safearea": { //安全区域配置仅ioS平台生效
// "background": "#FFFFFF", //安全区域外的背景颜色,默认值为"#FFFFFF"
// "bottom": { // 底部安全区域配置
// "offset": "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
// }
// }
// }
// "app-plus": {
// "bottom": "0",
// "contentAdjust": "false",
// "bounce": "none",
// "safearea": {
// "bottom": "none"
// }
// }
}
},
{
"path": "pages/booksTheCharts/index",
"style": {
"navigationBarTitleText": "排行榜",
"navigationBarBackgroundColor": "transparent",
"navigationStyle": "custom",
"app-plus": {
"titleNView": {
"backgroundColor": "transparent",
"background": "transparent"
}
}
// "enablePullDownRefresh": false,
// "disableScroll": true,
// "app-plus": {
// "bounce": "none" // 将回弹属性关掉
// }
}
},
{
"path": "pages/voucherCenterDetail/index",
"style": {
"navigationBarTitleText": "充值记录"
}
},
{
"path": "pages/bookCoinDetail/bookCoinDetail",
"style": {
"navigationBarTitleText": "书币明细"
}
},
{
"path": "pages/giveCoinDetail/giveCoinDetail",
"style": {
"navigationBarTitleText": "赠币明细"
}
},
{
"path": "pages/booksSearchList/booksSearchList",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/novelReading/novelReading",
"style": {
// 阅读页面
"navigationBarTitleText": "",
"navigationStyle": "custom",
// "enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
"path": "pages/booksReadingDetail/booksReadingDetail",
"style": {
// 书籍详细页面
"navigationBarTitleText": ""
}
},
{
"path": "pages/bookRecommendList/bookRecommendList",
"style": {
// 书籍章节列表
"navigationBarTitleText": ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"easycom": {
// "autoscan": true,
"custom": {
// "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
// "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
// "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"fui-(.*)": "firstui-uni/firstui/fui-$1/fui-$1.vue",
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "#F5F5F5",
"selectedColor": "#FF5000",
"iconWidth": "24px",
"color": "#666666",
"fontSize": "10px",
"height": "68px",
"list": [{
"pagePath": "pages/bookshelf/bookshelf/index",
"text": "书架",
"iconPath": "/static/images/tabbar/bookshelf.png",
"selectedIconPath": "/static/images/tabbar/bookshelfActive.png"
},
{
"pagePath": "pages/bookCity/bookCity/index",
"text": "书城",
"iconPath": "/static/images/tabbar/bookCity.png",
"selectedIconPath": "/static/images/tabbar/bookCityActive.png"
}, {
"pagePath": "pages/classification/classification/index",
"text": "分类",
"iconPath": "/static/images/tabbar/classification.png",
"selectedIconPath": "/static/images/tabbar/classificationActive.png"
},
{
"pagePath": "pages/myInfo/myInfo/index",
"text": "我的",
"iconPath": "/static/images/tabbar/myInfo.png",
"selectedIconPath": "/static/images/tabbar/myInfoActive.png"
}
]
}
}