{ "pages": [ "pages/index/index", "pages/Home/Home", "pages/Message/Message" ], "subPackages": [ { "root": "TUIKit", "pages": [ "components/TUIConversation/index", "components/TUIChat/index", "components/TUIChat/video-play", "components/TUIChat/web-view", "components/TUIContact/index", "components/TUIGroup/index", "components/TUISearch/index" ] } ], "window": { "navigationStyle": "custom", "statusBarBackground": "#ffffff" }, "tabBar": { "custom": true, "list": [ { "pagePath": "pages/Home/Home", "text": "组件" }, { "pagePath": "pages/index/index", "text": "API" }, { "pagePath": "pages/Message/Message", "text": "消息" } ] }, "preloadRule": { "pages/index/index": { "network": "all", "packages": [ "TUIKit" ] } }, "usingComponents": {} }