表情优化

This commit is contained in:
hahwu 2025-03-06 09:37:38 +08:00
parent dc7634e385
commit 163cdf68ff

View File

@ -26,6 +26,9 @@ const (
func (e *EmojiMod) InitData() {
now := GoUtil.Now()
if e.Set == nil {
e.Set = make(map[int]int)
}
if e.List == nil {
e.List = make(map[int]*Emoji)
InitId := emojiCfg.GetInitList()