|
|
854a00c2fa
|
fix(editor): Checkbox点击失效 + AI全局上下文注入
- 将'允许修改正文'复选框从id/htmlFor绑定改为label直接包裹input,增加e.stopPropagation防止事件冒泡被拦截
- handleAIGenerate中新增editorRef.current.innerText作为全局上下文注入prompt
- currentHtml增加过滤​零宽字符
- 优化systemPrompt,明确告知大模型全局参考内容+目标区域源码的双信息源结构
|
2026-04-19 03:35:52 +08:00 |
|
|
|
da2ecdc224
|
fix(editor): chatInput草稿恢复 + AI请求content条件格式
- 草稿恢复分支增加chatInput恢复,避免路由切换后聊天输入框内容丢失
- handleAIGenerate中messageContent改为条件判断:无图片时发送string,有图片时发送vision数组,修复Kimi文本模型400 Bad Request
|
2026-04-19 03:23:49 +08:00 |
|
|
|
9173aa7733
|
2026-04-19-03-03-55 修复AI撰写体验:API endpoint斜杠净化、模型列表下拉栏、聊天记录持久化存储
|
2026-04-19 03:09:46 +08:00 |
|
|
|
d5cbbf9137
|
2026-04-19-02-48-25 重构AI接口配置:多服务商底座架构、OpenAI兼容协议、动态模型切换、旧数据自动迁移
|
2026-04-19 02:53:26 +08:00 |
|
|
|
221daf61a5
|
2026-04-19-02-26-05 集成AI撰写功能:Kimi-2.5多模态API、AI可编辑区域、Diff确认弹窗、语音与图片输入、快捷指令
|
2026-04-19 02:36:20 +08:00 |
|
|
|
36cfcb116e
|
v1.3.0 release - Docker-deployable production build
|
2026-04-19 01:28:21 +08:00 |
|