refactor(utils): 新增 htmlUtils 工具库并重构 RichTextRenderer
- 新增 htmlUtils.js,包含 200+ HTML 实体解码支持 - 支持 DOM API(H5)和手动映射(小程序)双模式 - 新增 encodeHtmlEntities、stripHtmlTags、truncateHtml 工具函数 - RichTextRenderer 改用工具库,移除内联实现 - 清理所有测试 console.log Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
2 changed files
with
223 additions
and
53 deletions
src/utils/htmlUtils.js
0 → 100644
-
Please register or login to post a comment