perf: 支持webhook部署证书

This commit is contained in:
xiaojunnuo
2025-08-07 11:04:25 +08:00
parent 0af193c505
commit cbe0b1c5a6
4 changed files with 219 additions and 4 deletions

View File

@@ -45,8 +45,8 @@ export class SshAccess extends BaseAccess {
title: "私钥登录",
helper: "私钥或密码必填一项",
component: {
name: "a-textarea",
vModel: "value",
name: "pem-input",
vModel: "modelValue",
},
encrypt: true,
})