From b39e0ad6db13cb6c737cd4ef5dd867a44c928de3 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期五, 27 十二月 2024 12:55:27 +0800 Subject: [PATCH] 优化 主题色在深色模式下显示亮度 --- src/api/workflow/processDefinition/types.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/api/workflow/processDefinition/types.ts b/src/api/workflow/processDefinition/types.ts index 3775ba2..979ec25 100644 --- a/src/api/workflow/processDefinition/types.ts +++ b/src/api/workflow/processDefinition/types.ts @@ -1,3 +1,4 @@ +import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types'; export interface ProcessDefinitionQuery extends PageQuery { key?: string; name?: string; @@ -14,6 +15,7 @@ diagramResourceName: string; deploymentId: string; deploymentTime: string; + wfDefinitionConfigVo: DefinitionConfigVO; } export interface definitionXmlVO { -- Gitblit v1.9.3