From 6e5c0cc745b77e161dfae045f6a5649578eacc2d Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sun, 14 Dec 2025 14:23:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9B=B4=E6=96=B0=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=93=BE=E6=8E=A5=E5=92=8C=E6=96=87=E6=A1=A3=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 README 中添加了桌面版下载链接 - 完善了服务端和桌面版的分类说明 - 补充了 Ubuntu 和 MacOS 的安装包链接 - 优化了英文文档的标题和结构 - 统一了下载链接的展示格式 - 增加了必要的空行提升可读性 --- README-EN.md | 13 ++++++++++++- README.md | 4 ++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README-EN.md b/README-EN.md index 417db97..64cb53b 100644 --- a/README-EN.md +++ b/README-EN.md @@ -49,7 +49,10 @@ OGame Vue TS is a single-player, browser-based space strategy game inspired by t ## Quick Start -### Download Build +### Download Build Product + +#### Server version + [Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-windows-amd64.exe) [Linux amd64](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-linux-amd64) @@ -60,6 +63,14 @@ OGame Vue TS is a single-player, browser-based space strategy game inspired by t [MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-macos-arm64) +#### Desktop version + +[Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.Setup.exe) + +[Ubuntu](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.AppImage) + +[MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame-mac.dmg) + ### Prerequisites - [Node.js](https://nodejs.org/) (version 18 or higher recommended) diff --git a/README.md b/README.md index a1f462f..7841b52 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ OGame Vue TS 是一款受经典 OGame 游戏启发的单机版、基于浏览器 ### 下载构建版本 #### 服务端 + [Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-windows-amd64.exe) [Linux amd64](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-linux-amd64) @@ -63,8 +64,11 @@ OGame Vue TS 是一款受经典 OGame 游戏启发的单机版、基于浏览器 [MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-macos-arm64) #### 桌面版 + [Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.Setup.exe) + [Ubuntu](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.AppImage) + [MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame-mac.dmg) ### 环境要求