feat: add tencentcloud css deployer

This commit is contained in:
Fu Diwei
2025-01-13 21:47:13 +08:00
parent 643d820965
commit ab1c9bfdbc
15 changed files with 309 additions and 35 deletions

View File

@@ -45,7 +45,7 @@ const DeployNode = ({ node, disabled }: DeployNodeProps) => {
const config = (node.config as WorkflowNodeConfigForDeploy) ?? {};
const provider = deployProvidersMap.get(config.provider);
return (
<Space>
<Space className="max-w-full">
<Avatar src={provider?.icon} size="small" />
<Typography.Text className="truncate">{t(provider?.name ?? "")}</Typography.Text>
</Space>