文件上传

Signed-off-by: cssfw <16325875+cssfw@user.noreply.gitee.com>
This commit is contained in:
cssfw
2026-02-12 14:43:36 +00:00
committed by Gitee
parent e1bf62693a
commit 617e1a8771
18 changed files with 2014 additions and 0 deletions

30
README/README_zh.md Normal file
View File

@@ -0,0 +1,30 @@
# The MINT Gmod Server Loader(TMGSL)
# 简介
**TMGSL** 是gmod这款游戏中MINT服务器的加载页面。基于[Gmodload](https://physgun.com/gmodload/)中的模板
# 使用
请按照以下步骤安装该插件:
1. 进入 [发行页面](https://github.com/MeowServer/HintServiceMeow/releases),下载最新的 `TMGSL.tar.gz` 文件。
2. 如果服务器已经安装了PHP则直接放入Web目录如果没有参考[PHP安装文档](https://www.php.net/manual/zh/install.general.php)
3. 将这些文件粘贴到WEB目录文件夹中然后重启Nginx/Apache完成安装。
# 文档
以下是一些有用的资源,帮助您快速上手:
- [功能配置](Features_zh.md)
- [WEB服务器安装LINUX](https://cloud.tencent.com/developer/article/2605046)
- [WEB服务器安装WINDOWS](https://old.xp.cn/phpstudy-v8/)
- [PHP文档](https://www.php.net/manual/zh/index.php)
# 常见问题
### 1. 为什么放入WEB目录后没有工作
- 请确保 **TMGSL** 已正确安装。
- 检查是否有启动 **PHP** 插件。
- 查看是否有重启WEB服务器Nginx/Apache
### 2. 为什么没有背景音乐?
- 因为现代浏览器默认禁止自动播放音乐但是GMOD游戏内可以
- 如果GMOD游戏内无法播放背景音乐可能是 **PHP** 插件版本过低考虑使用PHP7.3以上版本