时间线气泡

This commit is contained in:
hahwu 2025-09-16 17:09:33 +08:00
parent e0f5d67ee6
commit 17bd48f9fd

View File

@ -275,6 +275,8 @@ func (f *FriendMod) AddLog(Uid, Type int, Param string) int {
f.AddBubble(f.AutoId, Type) f.AddBubble(f.AutoId, Type)
case LOG_TYPE_PLAYROOM_UPVOTE: case LOG_TYPE_PLAYROOM_UPVOTE:
f.AddBubble(f.AutoId, Type) f.AddBubble(f.AutoId, Type)
case LOG_TYPE_TREASURE_HELP:
f.AddBubble(f.AutoId, Type)
} }
if len(f.Log) > 30 { if len(f.Log) > 30 {
f.Log = f.Log[len(f.Log)-30:] f.Log = f.Log[len(f.Log)-30:]