seaislee1209
4b2dd9ef5e
fix: 音频 ♫ 符号溢出到 prompt 文本 — 改用 CSS ::before 渲染
createMentionSpan 里音频的 ♫ 之前用 textContent 设置,
被 extractText() 的 el.textContent 读进了 prompt 纯文本,
导致 renderPromptWithMentions 匹配后留下额外的 ♫ 字符。
改用 CSS ::before content 渲染,不参与 textContent,
prompt 里不再有多余的 ♫。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:17:07 +08:00
..
2026-03-16 05:49:21 +08:00
2026-04-04 22:17:07 +08:00
2026-04-04 19:38:36 +08:00
2026-03-13 10:24:31 +08:00
2026-04-04 13:14:20 +08:00
2026-03-16 05:40:41 +08:00
2026-04-04 19:16:38 +08:00
2026-03-18 12:02:54 +08:00
2026-03-16 02:08:50 +08:00
2026-04-04 19:38:36 +08:00
2026-03-13 15:38:08 +08:00
2026-03-13 09:59:33 +08:00
2026-03-13 09:59:33 +08:00
2026-03-22 21:58:52 +08:00