chore: 4.14.6 upgrading docs (#6356)

* chore: 4.14.6 upgrading docs

* chore: deploy scripts

* chore: bump @fastgpt-sdk/plugin to 0.3.8
This commit is contained in:
Finley Ge
2026-01-30 22:34:42 +08:00
committed by GitHub
parent 430dde3844
commit 8e8b5b4a16
29 changed files with 141 additions and 139 deletions

View File

@@ -20,7 +20,7 @@ async function handler(
})
.map(({ toolId, version }) => ({
toolId,
version
version: version ?? ''
}));
}

View File

@@ -159,7 +159,7 @@ const ToolkitMarketplace = () => {
const displayTools: ToolCardItemType[] = useMemo(() => {
if (!tools || !Array.isArray(tools) || !toolTags) return [];
return tools.map((tool: ToolListItem) => {
return tools.map((tool) => {
return {
id: tool.toolId,
name: parseI18nString(tool.name || '', i18n.language) || '',