feat: support wildcard domain on deployment to aliyun fc

This commit is contained in:
Fu Diwei
2025-03-22 20:54:54 +08:00
parent 516a958c66
commit 820f03e162
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ type DeployerConfig struct {
Region string `json:"region"`
// 服务版本。
ServiceVersion string `json:"serviceVersion"`
// 自定义域名(支持泛域名)。
// 自定义域名(支持泛域名)。
Domain string `json:"domain"`
}