| 1234567891011121314151617 |
- {
- "pages": [
- "pages/index/index",
- "pages/chat/chat",
- "pages/chat/chatDetail/chatDetail",
- "pages/selfInfo/selfInfo",
- "pages/selfInfo/selfDetail/selfDetail"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "mini_rabot",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "usingComponents": {}
- }
|