From f58eef74b35845cc90324ec2d96893a4c4b7b9e3 Mon Sep 17 00:00:00 2001 From: AkaraChen Date: Wed, 8 Jan 2025 16:19:41 +0800 Subject: [PATCH] feat: switch plugin version changelog --- .../nodes/_base/components/switch-plugin-version.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx b/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx index 6d0aed8a44..05a673ee2b 100644 --- a/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx +++ b/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx @@ -15,6 +15,7 @@ import { pluginManifestToCardPluginProps } from '@/app/components/plugins/instal import { Badge as Badge2, BadgeState } from '@/app/components/base/badge/index' import Link from 'next/link' import { useTranslation } from 'react-i18next' +import { marketplaceUrlPrefix } from '@/config' export type SwitchPluginVersionProps = { uniqueIdentifier: string @@ -79,7 +80,11 @@ export const SwitchPluginVersion: FC = (props) => { } modalBottomLeft={ - + {t('workflow.nodes.agent.installPlugin.changelog')}