From e769f4ec2ae162191b27bd2816147f7f060d4840 Mon Sep 17 00:00:00 2001 From: Metona Desktop Date: Sun, 5 Apr 2026 23:24:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main.js | 2 +- index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/main.js b/electron/main.js index 957bed8..f5a1a1d 100644 --- a/electron/main.js +++ b/electron/main.js @@ -286,7 +286,7 @@ function createMenu() { dialog.showMessageBox(mainWindow, { type: 'info', title: '关于 Metona Ollama', - message: 'Metona Ollama Desktop v1.0.0', + message: 'Metona Ollama Desktop v1.1.0', detail: '基于原生 JavaScript 的 Ollama AI 聊天客户端\n桌面版由 Electron 驱动\n\nhttps://gitee.com/thzxx/metona-ollama', icon: process.platform === 'win32' ? ICO_PATH : ICON_PATH }); diff --git a/index.html b/index.html index 760725f..f889961 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
Metona Ollama - v4.0.3 + v1.1.0