| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/create/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/history/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/member/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/player/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/favorites/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/album/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/albums/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/book-generator/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/book-generator/create",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/book-generator/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/book-generator/chapter-detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ai-generate/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/video-generator/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/video-generator/create",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/video-generator/preview",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/settings/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/orders/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/logs/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/publish/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/playlists/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/playlists/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/drafts/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/webview/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/payment-result/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/payment-confirm/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/alipay-qrcode/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "AI有声书",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f9fafb"
- },
- "tabBar": {
- "color": "#9ca3af",
- "selectedColor": "#4F46E5",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/create/index",
- "text": "生成"
- },
- {
- "pagePath": "pages/book-generator/index",
- "text": "生成书籍"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的"
- }
- ]
- }
- }
|