This commit is contained in:
Fu Diwei
2025-06-12 14:03:29 +08:00
parent 3ec0ba7052
commit 08ea915d24
4 changed files with 25 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ type DeployerConfig struct {
SecretKey string `json:"secretKey"`
// 站点 ID。
ZoneId string `json:"zoneId"`
// 加速域名(支持泛域名)。
// 加速域名(支持泛域名)。
Domain string `json:"domain"`
}