feat: better mface toPreview

This commit is contained in:
pk5ls20 2024-11-03 17:29:50 +08:00
parent db7a27e624
commit 90ec774a21
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -241,7 +241,7 @@ export class PacketMsgMarkFaceElement extends IPacketMsgElement<SendMarketFaceEl
} }
toPreview(): string { toPreview(): string {
return `[${this.emojiName}]`; return `${this.emojiName}`;
} }
} }