mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:32:00 +00:00
* fix(qqbot): 支持媒体标签中的 HTML 实体(< >) * fix(qqbot): support HTML entities in media tags * test(qqbot): add unit tests for media tag regex with HTML entities * test(qqbot): export regex constants to enable unit tests * fix(qqbot): reset regex lastIndex in tests to avoid state pollution * test(qqbot): add .js extension to import in media-tags.test.ts * fix(qqbot): support HTML entities in media tags (#60493) (thanks @ylc0919) --------- Co-authored-by: sliverp <870080352@qq.com>