feat: better mface toPreview

This commit is contained in:
pk5ls20
2024-11-03 17:29:50 +08:00
parent db7a27e624
commit 90ec774a21

View File

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