1 Star 0 Fork 20

我的云查组织项目管理/小说部分代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.17 KB
一键复制 编辑 原始数据 按行查看 历史
burtyang 提交于 2019-06-27 12:31 . first commit
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/functions/index", //功能
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "小功能"
}
},{
"path": "pages/functions/music", //音乐
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "我的音乐",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/functions/novel/sort", //小说分类
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true
}
}, {
"path": "pages/functions/novel/sort_detail", //小说分类详情
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/functions/novel/book_desc", //小说描述
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "简介",
"enablePullDownRefresh": true
}
}, {
"path": "pages/functions/novel/chapters", //小说章节
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "章节信息",
"enablePullDownRefresh": true
}
}, {
"path": "pages/functions/novel/chapter_reader", //小说章节阅读
"style": {
"navigationStyle": "default",
"navigationBarBackgroundColor":"#e4cba3",
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "pages/functions/novel/bookshelf", //小说书架
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "我的书架",
"enablePullDownRefresh": true
}
}, {
"path": "pages/functions/novel/search", //小说搜索
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": true
}
},{
"path": "pages/functions/games/gomoku", //视频
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "五子棋",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "来自哪",
"navigationBarBackgroundColor": "#38adfd",
"backgroundColor": "#F8F8F8"
},
"condition": {
//模式配置,仅在开发期间生效
"current": 0, //当前激活的模式(list的索引项)
"list": [{
"name": "小说分类",
"path": "pages/functions/novel/sort",
"query": ""
}, {
"name": "小说介绍",
"path": "pages/functions/novel/book_desc",
"query": "id=542a5838a5ae10f815039a7f"
}, {
"name": "小说章节",
"path": "pages/functions/novel/chapters",
"query": "id=542a5838a5ae10f815039a7f"
}, {
"name": "小说章节阅读",
"path": "pages/functions/novel/chapter_reader",
"query": "link=http%3A%2F%2Fbook.xbiquge.com%2FgetBooks.aspx%3Fmethod%3Dcontent%26bookId%3D602085%26chapterFile%3DU_602085_201904170918244734_6550_1.txt&title=序章"
}, {
"name": "我的书架",
"path": "pages/functions/novel/bookshelf",
"query": ""
}, {
"name": "功能",
"path": "pages/functions/index",
"query": ""
}]
},
"requiredBackgroundModes": ["audio"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bose/xiaoshuobufendaima.git
git@gitee.com:bose/xiaoshuobufendaima.git
bose
xiaoshuobufendaima
小说部分代码
master

搜索帮助