1 Star 0 Fork 50

张红波/一个uniapp的小说阅读app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.28 KB
一键复制 编辑 原始数据 按行查看 历史
哈哈哈 提交于 2022-03-01 21:50 . add backed
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/category/category",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/rank/rank",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/mybooks/mybooks",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/bookinfo/bookinfo",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/searchRes/searchRes",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/read/read",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/read/localread",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
}
,{
"path" : "pages/searchlocal/searchlocal",
"style" :
{
"navigationBarTitleText": "导入本地图书",
"enablePullDownRefresh": false,
"navigationBarTextStyle":"white"
}
}
,{
"path" : "pages/web/web",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/center",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/setting/setting",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/viewhistory/viewhistory",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"list": [
{
"pagePath": "pages/mybooks/mybooks",
"text": "书架",
"iconPath": "/static/imgs/mybooks.png",
"selectedIconPath": "/static/imgs/mybooks_selected.png"
},
{
"pagePath": "pages/index/index",
"text": "精选",
"iconPath": "/static/imgs/index.png",
"selectedIconPath": "/static/imgs/index_selected.png"
},
{
"pagePath": "pages/category/category",
"text": "书城",
"iconPath": "/static/imgs/category.png",
"selectedIconPath": "/static/imgs/category_selected.png"
},
{
"pagePath": "pages/rank/rank",
"text": "排行",
"iconPath": "/static/imgs/rank.png",
"selectedIconPath": "/static/imgs/rank_selected.png"
},
{
"pagePath": "pages/center/center",
"text": "我的",
"iconPath": "/static/imgs/center.png",
"selectedIconPath": "/static/imgs/center_selected.png"
}
],
"color": "#707070",
"selectedColor": "#2979ff"
},
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"globalStyle": {
"navigationBarBackgroundColor": "#2979ff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "爱看小说",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false
},
"subPackages": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhanghb001/novelappofuniapp.git
[email protected]:zhanghb001/novelappofuniapp.git
zhanghb001
novelappofuniapp
一个uniapp的小说阅读app
master

搜索帮助