Skip to content

Commit

Permalink
fix: icon (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 10, 2024
1 parent d7c6204 commit f832d32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docSite/content/zh-cn/docs/development/upgrading/4815.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'V4.8.15(进行中)'
title: 'V4.8.15(初始化)'
description: 'FastGPT V4.8.15 更新说明'
icon: 'upgrade'
draft: false
Expand All @@ -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 镜像,可以不更新


Expand Down
1 change: 1 addition & 0 deletions packages/web/components/common/Icon/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/web/core/workflow/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f832d32

Please sign in to comment.