优化web逻辑

This commit is contained in:
Alex Yang
2025-11-27 19:13:09 +08:00
parent 46acf4123a
commit 79eddf7fb2
4 changed files with 65 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ func createDefaultConfig(configFile string) error {
"saveInterval": 300
},
"http": {
"port": 8080,
"port": 8081,
"host": "0.0.0.0",
"enableAPI": true
},