Files
tmgsl/README/Features_zh.md
2026-02-12 14:43:36 +00:00

16 lines
679 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 功能
#### 自动随机播放背景音乐
TMGSL里面自带一个自动随机播放背景音乐的PHP脚本只需要把你想要的音乐文件mp3/ogg/wav格式放入文件夹中的**music**文件夹
#### 自动识别服务器模式,最大人数,地图
TMGSL可以自动识别服务器模式最大人数地图并显示在最右侧“信息”一栏
## Index.html配置
#### 基本功能
在**Index.html**的`body`一栏中,有网页的主要配置
> 可自行查阅其中注释来配合修改
## music.php配置
#### 基本功能
在**music.php**中有配置音乐文件夹的内容与读取
> 可自行查阅其中注释来配合修改