修复前端样式生成器不显示文本消息

This commit is contained in:
John Smith 2023-08-31 23:45:03 +08:00
parent b57bac3765
commit f5672c3e9c

View File

@ -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: [],
}
}
}