mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
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:
@@ -20,7 +20,7 @@ async function handler(
|
||||
})
|
||||
.map(({ toolId, version }) => ({
|
||||
toolId,
|
||||
version
|
||||
version: version ?? ''
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
@@ -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) || '',
|
||||
|
||||
Reference in New Issue
Block a user