mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-19 07:46:53 +08:00
Feat: workflow dark mode (#17785)
This commit is contained in:
@@ -64,7 +64,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.query',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
@@ -78,7 +78,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.files',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
Array[File]
|
||||
</div>
|
||||
}
|
||||
@@ -92,7 +92,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.dialogue_count',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
Number
|
||||
</div>
|
||||
}
|
||||
@@ -103,7 +103,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.conversation_id',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
@@ -117,7 +117,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.user_id',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
@@ -128,7 +128,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.app_id',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
@@ -139,7 +139,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.workflow_id',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
@@ -150,7 +150,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
|
||||
variable: 'sys.workflow_run_id',
|
||||
} as any}
|
||||
rightContent={
|
||||
<div className='text-xs font-normal text-gray-500'>
|
||||
<div className='text-xs font-normal text-text-tertiary'>
|
||||
String
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user