fix: 更新配置文件URL以使用新的端口和API版本

This commit is contained in:
wuko233 2026-03-13 15:13:53 +08:00
parent ed2fec4a0b
commit 7a85688719

View File

@ -17,8 +17,8 @@ import (
)
const (
OfficialConfigURL = "http://localhost:8080/api/configs/official.json"
UserConfigURL = "http://localhost:8080/api/configs/user.json"
OfficialConfigURL = "http://localhost:8090/api/v1/configs/official.json"
UserConfigURL = "http://localhost:8090/api/v1/configs/user.json"
CenterServerURL = "ws://localhost:8090/api/v1/ws"
)