|
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^ai-(.*)": "@/components/ai-$1/ai-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/toolbox/toolbox",
- "style": {
- "navigationBarTitleText": "AI在线",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/works/works",
- "style": {
- "navigationBarTitleText": "作品",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/profile/profile",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/phone",
- "style": {
- "navigationBarTitleText": "手机号登录"
- }
- },
- {
- "path": "pages/agreement/agreement",
- "style": {
- "navigationBarTitleText": "协议"
- }
- },
- {
- "path": "pages/tool/detail",
- "style": {
- "navigationBarTitleText": "AI工具"
- }
- },
- {
- "path": "pages/tool/anime-avatar",
- "style": {
- "navigationBarTitleText": "动漫头像"
- }
- },
- {
- "path": "pages/tool/anime-history",
- "style": {
- "navigationBarTitleText": "历史记录"
- }
- },
- {
- "path": "pages/tool/id-photo",
- "style": {
- "navigationBarTitleText": "证件照"
- }
- },
- {
- "path": "pages/tool/id-photo-history",
- "style": {
- "navigationBarTitleText": "证件照记录"
- }
- },
- {
- "path": "pages/tool/id-photo-detail",
- "style": {
- "navigationBarTitleText": "证件照详情"
- }
- },
- {
- "path": "pages/tool/portrait-photo",
- "style": {
- "navigationBarTitleText": "形象照/职业照/写真"
- }
- },
- {
- "path": "pages/tool/portrait-history",
- "style": {
- "navigationBarTitleText": "生成记录"
- }
- },
- {
- "path": "pages/tool/portrait-detail",
- "style": {
- "navigationBarTitleText": "形象照详情"
- }
- },
- {
- "path": "pages/tool/old-photo",
- "style": {
- "navigationBarTitleText": "老照片修复/上色"
- }
- },
- {
- "path": "pages/tool/old-photo-history",
- "style": {
- "navigationBarTitleText": "历史记录"
- }
- },
- {
- "path": "pages/tool/old-photo-detail",
- "style": {
- "navigationBarTitleText": "老照片详情"
- }
- },
- {
- "path": "pages/tool/work-detail",
- "style": {
- "navigationBarTitleText": "作品详情"
- }
- },
- {
- "path": "pages/tool/ai-name",
- "style": {
- "navigationBarTitleText": "AI取名"
- }
- },
- {
- "path": "pages/tool/name-result",
- "style": {
- "navigationBarTitleText": "生成结果"
- }
- },
- {
- "path": "pages/tool/name-history",
- "style": {
- "navigationBarTitleText": "历史记录"
- }
- },
- {
- "path": "pages/recharge/recharge",
- "style": {
- "navigationBarTitleText": "充值"
- }
- },
- {
- "path": "pages/bill/bill",
- "style": {
- "navigationBarTitleText": "账单",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark",
- "backgroundColor": "#f3f7fb"
- }
- },
- {
- "path": "pages/point/earn",
- "style": {
- "navigationBarTitleText": "获得点数"
- }
- },
- {
- "path": "pages/my/wechat",
- "style": {
- "navigationBarTitleText": "关注公众号"
- }
- },
- {
- "path": "pages/my/feedback",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- },
- {
- "path": "pages/my/contact",
- "style": {
- "navigationBarTitleText": "联系我们"
- }
- },
- {
- "path": "pages/my/setting",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/invite/invite",
- "style": {
- "navigationBarTitleText": "邀请好友"
- }
- },
- {
- "path": "pages/invite/landing",
- "style": {
- "navigationBarTitleText": "好友邀请"
- }
- },
- {
- "path": "pages/invite/list",
- "style": {
- "navigationBarTitleText": "邀请记录",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark",
- "backgroundColor": "#f3f7fb"
- }
- },
- {
- "path": "pages/webview/webview",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "AI在线",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f4f7fb"
- },
- "tabBar": {
- "color": "#7f8896",
- "selectedColor": "#0b8cff",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/toolbox/toolbox",
- "iconPath": "static/tabbar/tab_toolbox.png",
- "selectedIconPath": "static/tabbar/tab_toolbox_active.png",
- "text": "工具箱"
- },
- {
- "pagePath": "pages/works/works",
- "iconPath": "static/tabbar/tab_works.png",
- "selectedIconPath": "static/tabbar/tab_works_active.png",
- "text": "作品"
- },
- {
- "pagePath": "pages/profile/profile",
- "iconPath": "static/tabbar/tab_profile.png",
- "selectedIconPath": "static/tabbar/tab_profile_active.png",
- "text": "个人中心"
- }
- ]
- }
- }
|