修改项目整体风格

This commit is contained in:
zyj
2025-11-21 17:20:59 +08:00
parent 6b2d5e9bf0
commit 006051c226
18 changed files with 4891 additions and 1257 deletions

View File

@@ -7,12 +7,10 @@ import (
)
type AppConfig struct {
Port int `yaml:"port"`
WsUrl string `yaml:"wsUrl"`
StunUrl string `yaml:"stunUrl"`
ApiUrl string `yaml:"apiUrl"`
AppName string `yaml:"appName"`
SiteFileDir string `yaml:"siteFileDir"`
Port int `yaml:"port"`
AppName string `yaml:"appName"`
SiteFileDir string `yaml:"siteFileDir"`
PackSiteFileDir string `yaml:"packSiteFileDir"`
}
func LoadConfig() (*AppConfig, error) {