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-15 18:48:07 +08:00
2026-03-16 01:18:44 +08:00
2026-03-16 01:18:44 +08:00
2026-03-23 22:13:42 +08:00
2026-03-23 22:13:42 +08:00
2026-04-04 17:36:35 +08:00
2026-04-04 21:06:02 +08:00
2026-03-16 05:40:41 +08:00
2026-03-16 01:18:44 +08:00
2026-03-15 20:16:21 +08:00
2026-03-16 01:18:44 +08:00
2026-03-16 01:18:44 +08:00
2026-03-15 18:48:07 +08:00
2026-03-13 09:59:33 +08:00
2026-03-18 12:02:54 +08:00
2026-03-18 12:02:54 +08:00
2026-03-22 21:36:20 +08:00
2026-04-04 21:06:02 +08:00
2026-03-20 20:32:12 +08:00
2026-03-20 20:32:12 +08:00
2026-03-22 23:22:22 +08:00
2026-04-04 17:36:35 +08:00
2026-03-15 18:48:07 +08:00
2026-03-13 09:59:33 +08:00
2026-03-16 05:40:41 +08:00
2026-03-20 20:32:12 +08:00
2026-04-04 22:17:07 +08:00
2026-04-04 22:17:07 +08:00
2026-03-26 23:25:58 +08:00
2026-03-30 20:33:02 +08:00
2026-03-25 13:10:28 +08:00
2026-03-16 01:18:44 +08:00
2026-03-16 01:18:44 +08:00
2026-03-15 18:48:07 +08:00
2026-04-04 19:29:31 +08:00
2026-04-01 11:12:06 +08:00
2026-04-01 11:12:06 +08:00
2026-03-15 18:48:07 +08:00
2026-03-30 20:33:02 +08:00
2026-04-01 11:12:06 +08:00
2026-04-01 11:12:06 +08:00
2026-03-22 21:36:20 +08:00
2026-03-25 13:10:28 +08:00
2026-04-04 12:45:29 +08:00
2026-04-04 12:45:29 +08:00