feat(ui): disable nodes during workflow running

This commit is contained in:
Fu Diwei
2025-01-04 12:58:45 +08:00
parent 52dfa5e8c3
commit 2213399f5e
8 changed files with 38 additions and 26 deletions

View File

@@ -44,8 +44,6 @@ var sslProviderUrls = map[string]string{
sslProviderGts: gtsUrl,
}
const defaultEmail = "536464346@qq.com"
type Certificate struct {
CertUrl string `json:"certUrl"`
CertStableUrl string `json:"certStableUrl"`