v0.16.2: 优化附件提示词格式 — 去base64/真实文件名/用户文字前置

This commit is contained in:
thzxx
2026-07-12 08:04:53 +08:00
parent d479666182
commit b8ea18e568
7 changed files with 20 additions and 31 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export function createMenu(): void {
dialog.showMessageBox(mainWindow!, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v0.16.1',
message: 'Metona Ollama Desktop v0.16.2',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});