feat(ui): WorkflowNew page

This commit is contained in:
Fu Diwei
2025-01-02 20:24:16 +08:00
parent b6dd2248c8
commit c6a8f923e4
21 changed files with 415 additions and 225 deletions

View File

@@ -8,7 +8,7 @@ export interface CertificateModel extends BaseModel {
certUrl: string;
certStableUrl: string;
output: string;
expireAt: string;
expireAt: ISO8601String;
workflow: string;
nodeId: string;
expand: {