Merge remote-tracking branch 'origin/main' into feat/model-plugins-implementing

# Conflicts:
#	web/app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-label.tsx
#	web/eslint-suppressions.json
This commit is contained in:
yyh
2026-03-12 15:26:16 +08:00
145 changed files with 10702 additions and 1064 deletions

View File

@ -34,6 +34,7 @@ const VariableLabel = ({
)}
onClick={onClick}
ref={ref}
{...(isExceptionVariable ? { 'data-testid': 'exception-variable' } : {})}
>
{isShowNodeLabel && (
<VariableNodeLabel