mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-13 13:50:10 +08:00
修复前端样式生成器不显示文本消息
This commit is contained in:
parent
b57bac3765
commit
f5672c3e9c
@ -115,7 +115,8 @@ const MESSAGE_GENERATORS = [
|
||||
medalLevel: randInt(0, 40),
|
||||
id: getUuid4Hex(),
|
||||
translation: '',
|
||||
emoticon: null
|
||||
emoticon: null,
|
||||
textEmoticons: [],
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -139,7 +140,8 @@ const MESSAGE_GENERATORS = [
|
||||
medalLevel: randInt(0, 40),
|
||||
id: getUuid4Hex(),
|
||||
translation: '',
|
||||
emoticon: randomChoose(EMOTICONS)
|
||||
emoticon: randomChoose(EMOTICONS),
|
||||
textEmoticons: [],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user