Skip to content

修复:BOSS话术换行被折叠导致投递暂停 - #101

Merged
damingishere-coder merged 1 commit into
mainfrom
codex/fix-boss-greeting-newlines
Sep 20, 2026
Merged

damingishere-coder merged 1 commit into
mainfrom
codex/fix-boss-greeting-newlines

Conversation

@damingishere-coder

Copy link
Copy Markdown
Owner

BOSS 跨页进入聊天页后,带换行的已确认话术在发送前被判定为输入不一致。原因是 writeChatInput 先写 innerText,再用 textContent 覆盖,普通空白规则下换行折叠为空格。现在保留 innerText 创建的换行结构,继续严格逐字核对,不放宽验证也不重发未知结果。

发布扩展 1.8.19。新增真实 Chromium contenteditable 回归:修改前复现换行变空格,修改后通过;全部 202 项扩展测试、扩展校验和 diff 检查通过。无新增权限、数据库或后端运行变更。

@damingishere-coder
damingishere-coder merged commit 2ef5dec into main Sep 20, 2026
9 checks passed
@damingishere-coder
damingishere-coder deleted the codex/fix-boss-greeting-newlines branch September 20, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant