Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox

# Conflicts:
#	api/controllers/console/app/app.py
#	web/eslint-suppressions.json
#	web/eslint.config.mjs
This commit is contained in:
yyh
2026-02-06 14:40:44 +08:00
177 changed files with 886 additions and 686 deletions

View File

@ -21,7 +21,7 @@ const Node: FC<NodeProps<StartNodeType>> = ({
<div className="mb-1 px-3 py-1">
<div className="space-y-0.5">
{variables.map(variable => (
<div key={variable.variable} className="flex h-6 items-center justify-between space-x-1 rounded-md bg-workflow-block-parma-bg px-1">
<div key={variable.variable} className="flex h-6 items-center justify-between space-x-1 rounded-md bg-workflow-block-parma-bg px-1">
<div className="flex w-0 grow items-center space-x-1">
<Variable02 className="h-3.5 w-3.5 shrink-0 text-text-accent" />
<span className="system-xs-regular w-0 grow truncate text-text-secondary">{variable.variable}</span>