diff --git a/api/tui-kit.js b/api/tui-kit.js index b17f63c..00dc0ef 100644 --- a/api/tui-kit.js +++ b/api/tui-kit.js @@ -58,3 +58,4 @@ export const receiveRedEnvelope = data => { data }) } + diff --git a/pages.json b/pages.json index 96ae3a1..d6b18b5 100644 --- a/pages.json +++ b/pages.json @@ -322,6 +322,13 @@ "navigationBarTitleText": "公司介绍", "navigationBarBackgroundColor": "#ffffff" } + }, + { + "path": "TUIKit/components/TUIChat/message-input-toolbar/live-stream/apply", + "style": { + "navigationBarTitleText": "直播", + "navigationStyle": "custom" + } } ], "globalStyle": { @@ -363,4 +370,4 @@ } ] } -} \ No newline at end of file +}