更新:增加“我的书单”功能

This commit is contained in:
2025-11-10 09:16:28 +08:00
parent 33f861fa14
commit 577e782cd8
25 changed files with 4515 additions and 37 deletions

View File

@@ -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": {