diff --git a/docSite/content/zh-cn/docs/development/upgrading/4815.md b/docSite/content/zh-cn/docs/development/upgrading/4815.md index 1fdaa3c5c..cd17f88a7 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/4815.md +++ b/docSite/content/zh-cn/docs/development/upgrading/4815.md @@ -1,5 +1,5 @@ --- -title: 'V4.8.15(进行中)' +title: 'V4.8.15(初始化)' description: 'FastGPT V4.8.15 更新说明' icon: 'upgrade' draft: false @@ -23,8 +23,8 @@ weight: 809 ## 升级指南 -- 更新 FastGPT 镜像 tag: v4.8.15-alpha -- 更新 FastGPT 商业版镜像 tag: v4.8.15-alpha (fastgpt-pro镜像) +- 更新 FastGPT 镜像 tag: v4.8.15 +- 更新 FastGPT 商业版镜像 tag: v4.8.15 (fastgpt-pro镜像) - Sandbox 镜像,可以不更新 diff --git a/packages/web/components/common/Icon/constants.ts b/packages/web/components/common/Icon/constants.ts index f72491ef4..512fc584e 100644 --- a/packages/web/components/common/Icon/constants.ts +++ b/packages/web/components/common/Icon/constants.ts @@ -124,6 +124,7 @@ export const iconPaths = { 'core/app/type/httpPluginFill': () => import('./icons/core/app/type/httpPluginFill.svg'), 'core/app/type/plugin': () => import('./icons/core/app/type/plugin.svg'), 'core/app/type/pluginFill': () => import('./icons/core/app/type/pluginFill.svg'), + 'core/app/type/pluginLight': () => import('./icons/core/app/type/pluginLight.svg'), 'core/app/type/simple': () => import('./icons/core/app/type/simple.svg'), 'core/app/type/simpleFill': () => import('./icons/core/app/type/simpleFill.svg'), 'core/app/type/workflow': () => import('./icons/core/app/type/workflow.svg'), diff --git a/packages/web/components/common/Icon/icons/core/app/type/pluginLight.svg b/packages/web/components/common/Icon/icons/core/app/type/pluginLight.svg new file mode 100644 index 000000000..2a866c875 --- /dev/null +++ b/packages/web/components/common/Icon/icons/core/app/type/pluginLight.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/packages/web/core/workflow/constants.ts b/packages/web/core/workflow/constants.ts index b41681d48..9d0cf6939 100644 --- a/packages/web/core/workflow/constants.ts +++ b/packages/web/core/workflow/constants.ts @@ -74,7 +74,7 @@ export const systemPluginTemplateList: TGroupType[] = [ ]; export const defaultGroup: PluginGroupSchemaType = { groupId: 'systemPlugin', - groupAvatar: 'common/navbar/pluginLight', + groupAvatar: 'core/app/type/pluginLight', groupName: i18nT('common:core.module.template.System Plugin'), groupOrder: 0, groupTypes: systemPluginTemplateList