Skip to content

Commit

Permalink
增加了版本说明
Browse files Browse the repository at this point in the history
  • Loading branch information
asforest committed Feb 16, 2025
1 parent d1f1cd7 commit f3c760b
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ McPatch 是一个给 Minecraft 客户端做文件更新的独立应用程序,
| 版本分支 | 维护状态 | 客户端最新版本 | 服务端最新版本 | 最近更新 | Windows | Mac OS | Linux | Android |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| [V1](/docs/v1-old/start.md) | 稳定版 | 1.1.13 | 1.1.15 | 24年05月 |||||
| [V2](/docs/v2/start.md) | 测试版 | 0.0.16 | 0.0.15 | 24年10月 | 需要 Win10 或者更高 ||||
| [V2](/docs/v2/start.md) | 测试版 | 0.0.16 | 0.0.15 | 25年2月 | 需要 Win10 或者更高 ||||

- [V1 版本文档](/docs/v1-old/start.md)
- [V2 版本文档](/docs/v2/start.md)
Expand All @@ -18,4 +18,46 @@ McPatch 是一个给 Minecraft 客户端做文件更新的独立应用程序,

- 需要对使用 Windows 7 / Mac OS / Linux / Android 这些操纵系统的玩家提供支持

V2 版本与 V1 版本无法共存或互通,如需升级到 V2 版本,请依照 V2 版本文档重新部署
V2 版本与 V1 版本无法共存或互通,如需升级到 V2 版本,请依照 V2 版本文档重新部署

---

## 发行说明

我们一共发布了2个系列的软件作品。分别是“原版更新助手”系列和“Mcpatch”系列。

相关旧版下载链接在对应版本介绍的下面,如果你发现某些文件找不到,可以到这里来找找,这里应该会比较全 https://pan.baidu.com/s/1d3TtyY

## “原版更新助手”系列

### 1.0版本

发布于2016年,当时叫做ClientUpdater和FileSA。服务端基于Bukkit插件制作,有专门的规则编辑器,使用私有更新协议,后从ClientUpdater改名为FileSA

归档链接:[食用方法](https://github.com/BalloonUpdate/updater/blob/master/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E5%BD%92%E6%A1%A3/2020%E5%B9%B41%E6%9C%8828%E6%97%A5%E6%9B%B4%E6%96%B0/updater%E8%AF%A6%E7%BB%86%E7%9A%84%E9%A3%9F%E7%94%A8%E6%96%B9%E6%B3%951.2.2.docx)[全部文件](https://github.com/BalloonUpdate/updater/tree/master/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E5%BD%92%E6%A1%A3)(已过时不推荐使用)

### 2.0版本

发布于2020年,改为使用Python编程语言加qt/webview的方式制作界面,开始支持http协议和对象存储,后因误报率高停止维护

归档链接:[教程文档](https://github.com/BalloonUpdate/Docs/tree/v2.8.4)[PHP服务端](https://github.com/BalloonUpdate/PhpServer/releases/download/archive/php.server-2.8.zip)[客户端](https://github.com/BalloonUpdate/Launcher/releases)[热更新包](https://github.com/BalloonUpdate/Hotupdate/releases)[小工具](https://github.com/BalloonUpdate/Tool/releases)(已过时不推荐使用)

### 3.0版本和4.0版本

发布于2021年,也叫JarClient或者ExeClient,支持Jar和Electron双版本客户端和支持正则和glob编写更新规则,同时还有一大堆周边配套工具,是我维护起来的最累的版本

归档链接:[教程文档 v3.x](https://github.com/BalloonUpdate/Docs/tree/v3.2)[教程文档 v4.x(建议看离线版)](https://github.com/BalloonUpdate/Docs/tree/main)[离线版教程文档 v4.x(推荐)](https://github.com/BalloonUpdate/Docs/releases)[PHP服务端](https://github.com/BalloonUpdate/PhpServer/releases/download/archive/php.server-4.2.zip)[单文件服务端](https://github.com/BalloonUpdate/LittleServer/releases)[服务端单文件图形化增强](https://github.com/BalloonUpdate/BalloonServer/releases)[静态服务端整合包](https://github.com/BalloonUpdate/StaticServerForPages/releases)[规则编辑器](https://github.com/BalloonUpdate/RuleEditorServer/releases)[Exe客户端](https://github.com/BalloonUpdate/ExeClient/releases)[Forge模组版(加载器)](https://github.com/BalloonUpdate/ModClient/releases)[Jar客户端](https://github.com/BalloonUpdate/JarClient/releases)(已过时不推荐使用)

## “Mcpatch”系列

### McPatch v1

发布于2022年,采用差异式更新,所以无需编写更新规则,这降低了使用门槛,也方便做静态分发,是综合体验最好的版本

归档链接:[教程文档](https://balloonupdate.github.io/McPatchDocs/docs/v1-old/start)[动态加载器](https://github.com/BalloonUpdate/DynamicLoader/releases)[MiniHttpServer服务端](https://github.com/BalloonUpdate/MiniHttpServer/releases)[管理端](https://github.com/BalloonUpdate/McPatchManage/releases)[客户端](https://github.com/BalloonUpdate/McPatchClient/releases)

### McPatch v2

发布于2024年,是对v1版本的重写,修复了网络限速和窗口无响应问题,同时大幅提升性能和简化使用流程,使用难度最低

链接:[教程文档](https://balloonupdate.github.io/McPatchDocs/docs/v2)[加载器](https://github.com/BalloonUpdate/McPatch2Loader/releases)[客户端&管理端](https://github.com/BalloonUpdate/McPatch2/releases)

0 comments on commit f3c760b

Please sign in to comment.