From 49e566e01e52236d75fe047903754d96d8a398b6 Mon Sep 17 00:00:00 2001 From: Syngnat Date: Tue, 21 Jul 2026 12:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20=E5=B0=86?= =?UTF-8?q?=E4=BD=93=E7=A7=AF=E8=A1=A8=E8=BF=B0=E4=BB=8E=20~10MB=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=20~30MB=20=E9=87=8F=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与当前发行包体量及仓库 About 描述对齐。 --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9c512b1..70d1e99b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

A high-performance cross-platform database client built with Wails (Go) + React. - Desktop-first. MCP-ready. ~10MB class binaries. + Desktop-first. MCP-ready. ~30MB class binaries.

@@ -49,7 +49,7 @@ Most database GUIs are Electron shells with megabytes of tax. GoNavi takes a dif | | Typical Electron client | **GoNavi** | |---|---|---| | Runtime | Chromium + Node | **Go + native WebView** | -| Binary size | Hundreds of MB | **~10MB class** | +| Binary size | Hundreds of MB | **~30MB class** | | Startup | Heavy | **Fast** | | Memory | High baseline | **Lean** | | AI / Agents | Bolt-on or absent | **First-class MCP + multi-provider AI** | diff --git a/README.zh-CN.md b/README.zh-CN.md index eb7cce90..ec5cb370 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,7 +10,7 @@

基于 Wails(Go)+ React 的跨平台数据库工作台。 - 桌面优先,MCP 原生,二进制约 10MB 量级。 + 桌面优先,MCP 原生,二进制约 30MB 量级。

@@ -48,7 +48,7 @@ | | 常见 Electron 客户端 | **GoNavi** | |---|---|---| | 运行时 | Chromium + Node | **Go + 系统 WebView** | -| 体积 | 动辄数百 MB | **约 10MB 量级** | +| 体积 | 动辄数百 MB | **约 30MB 量级** | | 启动 | 偏重 | **更快** | | 内存 | 基线高 | **更轻** | | AI / Agent | 外挂或缺失 | **MCP + 多模型一等公民** |