@@ -53,17 +53,12 @@ const chatUikitSidebar = [
5353 collapsible : true ,
5454 children : [
5555 { text : '主题' , link : 'chatuikit_theme.html' } ,
56- { text : '功能界面' ,
57- collapsible : true ,
58- children : [
59- { text : '会话列表' , link : 'chatuikit_custom_conversation_list.html' } ,
60- { text : '消息' , link : 'chatuikit_custom_chat.html' } ,
61- { text : '通讯录' , link : 'chatuikit_custom_contact_list.html' } ,
62- { text : '联系人详情' , link : 'chatuikit_custom_contact_details.html' } ,
63- { text : '群详情' , link : 'chatuikit_custom_group_details.html' } ,
64- { text : '通用可配项' , link : 'chatuikit_config_item.html' }
65- ] ,
66- } ,
56+ { text : '会话列表' , link : 'chatuikit_custom_conversation_list.html' } ,
57+ { text : '消息' , link : 'chatuikit_custom_chat.html' } ,
58+ { text : '通讯录' , link : 'chatuikit_custom_contact_list.html' } ,
59+ { text : '联系人详情' , link : 'chatuikit_custom_contact_details.html' } ,
60+ { text : '群详情' , link : 'chatuikit_custom_group_details.html' } ,
61+ { text : '通用可配项' , link : 'chatuikit_config_item.html' } ,
6762 { text : '进阶用法' , link : 'chatuikit_advancedusage.html' } ,
6863 { text : '页面 ViewModel 中可重载方法' , link : 'chatuikit_listener.html' } ,
6964 { text : '拦截主要页面点击跳转事件' , link : 'chatuikit_customize_clickjump.html' } ,
0 commit comments