From 8dd941e3d25cffd716c3424a7ea1c033ab6cb617 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 11 Oct 2024 18:18:32 +0800 Subject: [PATCH] chore: instal plug add tag --- web/app/(commonLayout)/plugins/test/card/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app/(commonLayout)/plugins/test/card/page.tsx b/web/app/(commonLayout)/plugins/test/card/page.tsx index 83643873e3..f0a77f24c1 100644 --- a/web/app/(commonLayout)/plugins/test/card/page.tsx +++ b/web/app/(commonLayout)/plugins/test/card/page.tsx @@ -6,6 +6,7 @@ import PluginItem from '@/app/components/plugins/plugin-item' import CardMoreInfo from '@/app/components/plugins/card/card-more-info' import InstallModelItem from '@/app/components/plugins/install-model-item' import { getLocaleOnServer, useTranslation as translate } from '@/i18n/server' +import Badge from '@/app/components/base/badge' const PluginList = async () => { const locale = getLocaleOnServer() const pluginList = [toolNotion, extensionDallE, modelGPT4] @@ -34,7 +35,9 @@ const PluginList = async () => { payload={toolNotion as any} locale={locale} descriptionLineRows={1} - showVersion + titleLeft={ + + } />

Installed