更新:增加“我的书单”功能
This commit is contained in:
42
pages.json
42
pages.json
@@ -73,6 +73,48 @@
|
||||
"navigationBarTitleText": "%user.feedback%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/myBook/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%book.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%book.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/detail",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%details.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/review",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%details.title_comment%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/reader",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%book.read%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/listen/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%listen.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/listen/player",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%listen.title%"
|
||||
}
|
||||
}
|
||||
],
|
||||
// "tabBar": {
|
||||
|
||||
Reference in New Issue
Block a user