{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "EchoChat", "navigationStyle": "custom" } }, { "path": "pages/auth/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/auth/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/chat/index", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/contact/index", "style": { "navigationBarTitleText": "联系人" } }, { "path": "pages/meeting/index", "style": { "navigationBarTitleText": "会议" } }, { "path": "pages/profile/index", "style": { "navigationBarTitleText": "我的" } } ], "tabBar": { "custom": true, "color": "#94A3B8", "selectedColor": "#2563EB", "backgroundColor": "#FFFFFF", "borderStyle": "white", "list": [ { "pagePath": "pages/chat/index", "text": "消息" }, { "pagePath": "pages/contact/index", "text": "联系人" }, { "pagePath": "pages/meeting/index", "text": "会议" }, { "pagePath": "pages/profile/index", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "EchoChat", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8FAFC" } }