chore: 版本号 3.3.2 → 3.3.3

This commit is contained in:
Metona
2026-04-17 09:05:38 +08:00
parent dd7349338b
commit 9850bbf094
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
> 💻 桌面版仓库 | 🌐 [Web 版历史存档](https://gitee.com/thzxx/metona-ollama-web)
![版本](https://img.shields.io/badge/version-3.3.2--desktop-brightgreen)
![版本](https://img.shields.io/badge/version-3.3.3--desktop-brightgreen)
![平台](https://img.shields.io/badge/platform-Windows%20x64-blue)
![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6)
![Electron](https://img.shields.io/badge/Electron-33-47848f)
@@ -202,7 +202,7 @@ v3.3 四大子系统协调运作:
| 文件 | 类型 |
|------|------|
| `Metona Ollama Setup 3.3.2.exe` | NSIS 安装包(可选目录、创建快捷方式) |
| `Metona Ollama Setup 3.3.3.exe` | NSIS 安装包(可选目录、创建快捷方式) |
> ⚠️ v3.2.0 起不再提供便携版,仅保留 NSIS 安装包。
>
@@ -222,7 +222,7 @@ v3.3 四大子系统协调运作:
```bash
git clone https://gitee.com/thzxx/metona-ollama-desktop.git
cd metona-ollama-desktop
git checkout metona-ollama-desktop-v3.3.2
git checkout metona-ollama-desktop-v3.3.3
# 安装依赖(国内使用 npmmirror 加速)
npm config set registry https://registry.npmmirror.com
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "metona-ollama-desktop",
"version": "3.3.2",
"version": "3.3.3",
"description": "Metona Ollama - TypeScript + Electron 桌面 AI 聊天客户端",
"main": "dist/main/main.js",
"author": "thzxx",
+1 -1
View File
@@ -27,7 +27,7 @@
<div class="header-left">
<span class="logo">🦙</span>
<span class="app-title">Metona Ollama</span>
<span class="app-version">v3.3.2</span>
<span class="app-version">v3.3.3</span>
<button class="icon-btn help-btn" id="btnHelp" title="使用帮助">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/>