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

pull/123/head v1.7.0
John Smith 1 year ago
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…
Cancel
Save