perf: add request plugin button to marketplace

This commit is contained in:
Junyan Qin
2025-11-20 23:41:45 +08:00
parent 99e3abec72
commit 9802a42a9e
5 changed files with 13 additions and 0 deletions

View File

@@ -476,6 +476,15 @@ function MarketPageContent({
{!hasMore && plugins.length > 0 && (
<div className="text-center text-muted-foreground py-6">
{t('market.allLoaded')}
{' · '}
<a
href="https://github.com/langbot-app/langbot-plugin-demo/issues/new?template=plugin-request.yml"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
{t('market.requestPlugin')}
</a>
</div>
)}
</>

View File

@@ -353,6 +353,7 @@ const enUS = {
markAsReadFailed: 'Mark as read failed',
filterByComponent: 'Component',
allComponents: 'All Components',
requestPlugin: 'Request Plugin',
},
mcp: {
title: 'MCP',

View File

@@ -355,6 +355,7 @@ const jaJP = {
markAsReadFailed: '既読に設定に失敗しました',
filterByComponent: 'コンポーネント',
allComponents: '全部コンポーネント',
requestPlugin: 'プラグインをリクエスト',
},
mcp: {
title: 'MCP',

View File

@@ -337,6 +337,7 @@ const zhHans = {
markAsReadFailed: '标记为已读失败',
filterByComponent: '组件',
allComponents: '全部组件',
requestPlugin: '请求插件',
},
mcp: {
title: 'MCP',

View File

@@ -335,6 +335,7 @@ const zhHant = {
markAsReadFailed: '標記為已讀失敗',
filterByComponent: '組件',
allComponents: '全部組件',
requestPlugin: '請求插件',
},
mcp: {
title: 'MCP',