128 Star 1.1K Fork 474

进击的皇虫 / BookChatApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "BookChat"
}
}, {
"path": "pages/read/read"
}, {
"path": "pages/menu/menu",
"style": {}
}, {
"path": "pages/notfound/notfound",
"style": {
"navigationBarTitleText": "未找到对象"
}
},
{
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "点评"
}
},
{
"path": "pages/reg/reg",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "列表"
}
},
{
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/bookshelf/bookshelf",
"style": {
"navigationBarTitleText": "书架"
}
}, {
"path": "pages/ucenter/ucenter",
"style": {}
}, {
"path": "pages/intro/intro",
"style": {}
}, {
"path": "pages/bookmarks/bookmarks",
"style": {
"navigationBarTitleText": "书签"
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
}, {
"path": "pages/rank/rank",
"style": {}
}, {
"path": "pages/history/history",
"style": {
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/bind/bind",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-selected.png"
},
{
"pagePath": "pages/cate/cate",
"text": "分类",
"iconPath": "static/images/cate.png",
"selectedIconPath": "static/images/cate-selected.png"
},
{
"pagePath": "pages/bookshelf/bookshelf",
"text": "书架",
"iconPath": "static/images/collect.png",
"selectedIconPath": "static/images/collect-selected.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "static/images/me.png",
"selectedIconPath": "static/images/me-selected.png"
}
],
"backgroundColor": "#ffffff",
"color": "#888888",
"selectedColor": "#1aad19"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "BookChat",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
JavaScript
1
https://gitee.com/truthhun/BookChatApp.git
git@gitee.com:truthhun/BookChatApp.git
truthhun
BookChatApp
BookChatApp
master

搜索帮助