diff --git a/im-ui/src/components/group/GroupMemberItem.vue b/im-ui/src/components/group/GroupMemberItem.vue new file mode 100644 index 0000000..1af7943 --- /dev/null +++ b/im-ui/src/components/group/GroupMemberItem.vue @@ -0,0 +1,70 @@ + + + + + + + {{ member.aliasName }} + + + + + + + + diff --git a/im-ui/src/components/group/GroupMemberSelector.vue b/im-ui/src/components/group/GroupMemberSelector.vue new file mode 100644 index 0000000..138d79b --- /dev/null +++ b/im-ui/src/components/group/GroupMemberSelector.vue @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + 已勾选{{checkedMembers.length}}位成员 + + + + + + + + + 取 消 + 确 定 + + + + + + + \ No newline at end of file diff --git a/im-ui/src/components/rtc/RtcGroupVideo.vue b/im-ui/src/components/rtc/RtcGroupVideo.vue new file mode 100644 index 0000000..ef83b3c --- /dev/null +++ b/im-ui/src/components/rtc/RtcGroupVideo.vue @@ -0,0 +1,42 @@ + + + + + 多人音视频通话为付费功能,有需要请联系作者... + + + 点击下方文档了解详细信息: + + + + 付费-音视频通话源码 + + + + + + + + + + \ No newline at end of file