feat: refine douyu active user display

This commit is contained in:
liuwei
2026-04-08 14:44:44 +08:00
parent b56822b196
commit 7e93ca730f
2 changed files with 21 additions and 16 deletions

View File

@@ -1464,7 +1464,7 @@ class DouyuPlugin(MessagePluginInterface):
else:
tags.append(fans_name)
if room_level > 0:
tags.append(f"房间 Lv{room_level}")
tags.append(f"平台 Lv{room_level}")
tags.append(f"{msg_count}")
core_parts.append(f"{nickname}{''.join(tags)}")
if core_parts: