{ "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": "我的" } ] } }