Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ask-message): add HTML entity decoding for message rendering
- Implemented a decodeEntities function to convert HTML entities into their corresponding characters. - Updated the rendering logic in AskMessage to decode HTML entities in message content, enhancing text display accuracy and user experience.
- Loading branch information