Add document layout (#260)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2025-10-03 06:31:00 +08:00
committed by GitHub
parent 94ded37d48
commit c94f68992b
43 changed files with 159 additions and 213 deletions
+4 -6
View File
@@ -1,15 +1,13 @@
---
title: "服务端自动更新整合包制作教程"
title: 服务端自动更新整合包制作教程
permalink: /modpack/serverpack.html
date: 2021-08-22 23:18:02 +0800
date: 2021-08-22 23:18:02 +0800
categories: 整合包
note: 本文由 huanghongxun 编写。
hits: true
toc: true
---
![Hits](https://hits.zkitefly.eu.org/?tag=https%3A%2F%2Fdocs.hmcl.net%2Fmodpack%2Fserverpack.html)
> 本文由 huanghongxun 编写。
HMCL 允许服务器管理员借助服务端自动更新整合包来实现自动分发整合包更新,这将大大方便有需要频繁更新游戏客户端 Mod、配置等信息的服务器管理员。
HMCL 需要服务器管理员额外提供一个 HTTP 服务器(只需要能提供静态文件服务,比如 Apache 和 Nginx 皆可)来提供检查整合包更新并允许 HMCL 下载更新文件。