chore: format

This commit is contained in:
xiaojunnuo
2026-05-31 01:50:35 +08:00
parent 94459fe922
commit 4b49f8a5a6
2 changed files with 16 additions and 17 deletions
@@ -11,25 +11,25 @@ metadata:
input:
endpoint:
type: string,
title: '证书服务接入点',
helper: '不会选就按默认',
value: 'cas.aliyuncs.com',
title: "证书服务接入点"
helper: "不会选就按默认"
value: "cas.aliyuncs.com"
component:
name: 'a-select',
name: "a-select"
options:
- value: 'cas.aliyuncs.com'
label: '中国大陆'
- value: "cas.aliyuncs.com"
label: "中国大陆"
required: true,
cert:
type: string,
title: '域名证书',
helper: '请选择前置任务输出的域名证书',
title: "域名证书"
helper: "请选择前置任务输出的域名证书"
component:
name: 'output-selector',
name: "output-selector"
from:
- 'group:cert_apply',
- 'xxx',
- "group:cert_apply"
- "xxx"
required: true,
script: |
@@ -47,4 +47,4 @@ script: |
endpoint: this.endpoint || 'cas.aliyuncs.com',
});
}
}
}