add embed.FS and debug

This commit is contained in:
WJQSERVER 2025-01-01 08:45:21 +08:00
parent 8371f9564f
commit 83e6b78a93
6 changed files with 31 additions and 7 deletions

View file

@ -20,6 +20,7 @@ type ServerConfig struct {
Host string `toml:"host"`
SizeLimit int `toml:"sizeLimit"`
EnableH2C string `toml:"enableH2C"`
Debug bool `toml:"debug"`
}
type PagesConfig struct {