From 2e5a72c25e07dc38d5a54aed735ff6501c2cd9a5 Mon Sep 17 00:00:00 2001 From: bobobobo <1055026847@qq.com> Date: Fri, 9 Jan 2026 00:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TUIKit/assets/icon/live-stream.svg | 1 + .../TUIChat/message-input-toolbar/index.vue | 8 +++++ .../live-stream/apply.vue | 16 ++++++++++ .../live-stream/index.vue | 30 +++++++++++++++++++ .../red-envelope/index.vue | 4 +-- .../conversation-header/index.vue | 2 +- .../TUIGroup/create-group/index.vue | 9 ++---- api/tui-kit.js | 1 + pages.json | 9 +++++- 9 files changed, 70 insertions(+), 10 deletions(-) create mode 100644 TUIKit/assets/icon/live-stream.svg create mode 100644 TUIKit/components/TUIChat/message-input-toolbar/live-stream/apply.vue create mode 100644 TUIKit/components/TUIChat/message-input-toolbar/live-stream/index.vue diff --git a/TUIKit/assets/icon/live-stream.svg b/TUIKit/assets/icon/live-stream.svg new file mode 100644 index 0000000..bbc0009 --- /dev/null +++ b/TUIKit/assets/icon/live-stream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/TUIKit/components/TUIChat/message-input-toolbar/index.vue b/TUIKit/components/TUIChat/message-input-toolbar/index.vue index 54699d0..dd51d14 100644 --- a/TUIKit/components/TUIChat/message-input-toolbar/index.vue +++ b/TUIKit/components/TUIChat/message-input-toolbar/index.vue @@ -65,6 +65,13 @@ /> --> + + + + + + + diff --git a/TUIKit/components/TUIChat/message-input-toolbar/live-stream/index.vue b/TUIKit/components/TUIChat/message-input-toolbar/live-stream/index.vue new file mode 100644 index 0000000..ed85732 --- /dev/null +++ b/TUIKit/components/TUIChat/message-input-toolbar/live-stream/index.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/TUIKit/components/TUIChat/message-input-toolbar/red-envelope/index.vue b/TUIKit/components/TUIChat/message-input-toolbar/red-envelope/index.vue index b328c11..d87fe2a 100644 --- a/TUIKit/components/TUIChat/message-input-toolbar/red-envelope/index.vue +++ b/TUIKit/components/TUIChat/message-input-toolbar/red-envelope/index.vue @@ -240,8 +240,8 @@ ref="container" needBottomPopup :iconFile="evaluateIcon" - :iconWidth="isUniFrameWork ? '26px' : '20px'" - :iconHeight="isUniFrameWork ? '26px' : '20px'" + :iconWidth="isUniFrameWork ? '34px' : '20px'" + :iconHeight="isUniFrameWork ? '34px' : '20px'" title="红包" @onDialogShow="onDialogShow" @onDialogClose="onDialogClose" diff --git a/TUIKit/components/TUIConversation/conversation-header/index.vue b/TUIKit/components/TUIConversation/conversation-header/index.vue index 031d0a0..6932526 100644 --- a/TUIKit/components/TUIConversation/conversation-header/index.vue +++ b/TUIKit/components/TUIConversation/conversation-header/index.vue @@ -3,7 +3,7 @@ :ref="convHeaderRef" class="tui-conversation-header" > - +