文件上传

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

16
README/Features_en.md Normal file
View File

@@ -0,0 +1,16 @@
## Features
#### Automatically Play Background Music Randomly
TMGSL includes a built-in PHP script that automatically plays background music at random. Simply place your desired music files (mp3/ogg/wav formats) into the **music** folder.
#### Automatically Detect Server Gamemode, Max Players, and Map
TMGSL can automatically identify the server's gamemode, maximum number of players, and current map, displaying them in the "Info" section on the far right.
## Index.html Configuration
#### Basic Functions
The main configuration of the webpage is located in the `body` section of **Index.html**.
> You can refer to the comments within to modify it accordingly.
## music.php Configuration
#### Basic Functions
**music.php** contains the configuration for the content and reading of the music folder.
> You can refer to the comments within to modify it accordingly.