小说小程序前端代码仓库(小程序)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

217 lines
4.0 KiB

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/bookshelf",
"style": {
"navigationBarTitleText": "书架"
}
},
{
"path": "pages/index/category",
"style": {
"navigationBarTitleText": "书城"
}
},
{
"path": "pages/index/center",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages_order"]
}
},
"subPackages": [{
"root": "pages_order",
"pages": [
{
"path": "mine/purse",
"style": {
"navigationBarTitleText": "立即提现"
}
},
{
"path": "mine/runningWater",
"style": {
"navigationBarTitleText": "钱包流水"
}
},
{
"path": "author/editor",
"style": {
"navigationBarTitleText": "编辑器"
}
},
{
"path": "auth/wxLogin",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "auth/wxUserInfo",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "mine/help",
"style": {
"navigationBarTitleText": "帮助"
}
},
{
"path": "novel/novelDetail",
"style": {
"navigationBarTitleText": "小说详情"
}
},
{
"path": "announcement/announcementDetail",
"style": {
"navigationBarTitleText": "公告详情"
}
},
{
"path": "announcement/announcements",
"style": {
"navigationBarTitleText": "全部公告"
}
},
{
"path": "author/createNovel",
"style": {
"navigationBarTitleText": "创建小说"
}
},
{
"path": "author/chapterList",
"style": {
"navigationBarTitleText": "章节列表"
}
},
{
"path": "novel/ReaderAchievement",
"style": {
"navigationBarTitleText": "读者成就"
}
},
{
"path": "novel/readnovels",
"style": {
"navigationBarTitleText": "阅读小说"
}
},
{
"path": "novel/SubscriptionInformation",
"style": {
"navigationBarTitleText": "订阅信息"
}
},
{
"path": "novel/Tipping",
"style": {
"navigationBarTitleText": "读者亲密值榜单",
"navigationBarTextStyle": "white"
}
},
{
"path": "comment/review",
"style": {
"navigationBarTitleText": "写书评"
}
},
{
"path": "comment/comments",
"style": {
"navigationBarTitleText": "评论"
}
},
{
"path": "comment/respondComments",
"style": {
"navigationBarTitleText": "回复评论"
}
},
{
"path": "mine/Walletflow",
"style": {
"navigationBarTitleText": "钱包流水"
}
},
{
"path": "author/creator",
"style": {
"navigationBarTitleText": "作者中心"
}
},
{
"path": "novel/Giftbox",
"style": {
"navigationBarTitleText": "礼物盒"
}
},
{
"path": "novel/Giftpurchases",
"style": {
"navigationBarTitleText": "礼物购买"
}
},
{
"path": "comment/myComment",
"style": {
"navigationBarTitleText": "我的评论"
}
},
{
"path": "novel/Translation",
"style": {
"navigationBarTitleText": "任务中心"
}
},
{
"path": "novel/bookList",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "auth/Modifyinformation",
"style": {
"navigationBarTitleText": "修改信息"
}
},
{
"path": "mine/recharge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "mine/webview",
"style": {
"navigationBarTitleText": "网页"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "布丁笔录",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}