feat: reserved field challengeType for apply node config
This commit is contained in:
@@ -56,6 +56,7 @@ const ApplyNode = ({ node, disabled }: ApplyNodeProps) => {
|
||||
const newNode = produce(node, (draft) => {
|
||||
draft.config = {
|
||||
...newValues,
|
||||
challengeType: newValues.challengeType || "dns-01", // 默认使用 DNS-01 认证
|
||||
};
|
||||
draft.validated = true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user