chore: 版本号 0.14.2 → 0.14.3

fix: AI 回复消息卡片重复渲染 — onDone 去掉 updateLastAssistantMessage 避免双重 DOM
fix: 用户消息卡片只显示用户文字,代码生成的附件标记不显示
fix: onDone assistantMsg 补充 model 字段
This commit is contained in:
thzxx
2026-06-28 19:52:53 +08:00
parent 4c0405dc95
commit 3ddd493847
7 changed files with 20 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "metona-ollama-desktop",
"version": "0.14.2",
"version": "0.14.3",
"description": "Metona Ollama - TypeScript + Electron 桌面 AI 聊天客户端",
"main": "dist/main/main.js",
"author": "thzxx",