Skip to content

Commit

Permalink
feat: 抽奖弹幕、表情弹幕增加状态标识
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Oct 2, 2022
1 parent c2c01ea commit e4eb9c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/msgCom/DanmuMsgCom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const { msg } = defineProps<{
<TBox>
<UserName :userInfo="msg.user" />
<TBox :flex-glow="1">
<TText color="yellow" v-if="msg.lottery">[抽奖] </TText>
<TText color="yellow" v-if="msg.emoticon">[表情] </TText>
<TText>{{ msg.content }}</TText>
</TBox>
</TBox>
Expand Down

0 comments on commit e4eb9c4

Please sign in to comment.