feat: new deployment provider: unicloud webhost

This commit is contained in:
Fu Diwei
2025-05-27 04:29:51 +08:00
parent 5339963524
commit cfdd3c621f
22 changed files with 871 additions and 21 deletions

View File

@@ -343,6 +343,11 @@ type AccessConfigForUCloud struct {
ProjectId string `json:"projectId,omitempty"`
}
type AccessConfigForUniCloud struct {
Username string `json:"username"`
Password string `json:"password"`
}
type AccessConfigForUpyun struct {
Username string `json:"username"`
Password string `json:"password"`