style: 修改样式, 去除日志

This commit is contained in:
电摇小子
2026-07-02 10:24:31 +08:00
parent f96ada906c
commit 77aa74dd92
4 changed files with 51 additions and 29 deletions
-6
View File
@@ -347,12 +347,6 @@ app.whenReady().then(() => {
avatar: member.m_nsHeadImgUrl || ''
}))
console.log(
`[GroupSnapshot] roomId=${roomId} memberCount=${members.length} members=${members
.map((member) => `${member.nickname || member.wxid}(${member.wxid})`)
.join(', ')}`
)
return {
roomId,
memberCount: members.length,