mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
fix: vector ts (#6166)
* stop design doc * remove invalid doc * rename * fix: ts * perf: auto fit * perf: comment menu * remove invalid checker * save button colorschema * fix: icon * perf: color schema * fix: icon * perf: icon * perf: icon * perf: icon * perf: icon
This commit is contained in:
@@ -458,12 +458,6 @@ export async function getChildAppPreviewNode({
|
||||
pluginId: app.id,
|
||||
templateType: app.templateType ?? FlowNodeTemplateTypeEnum.tools,
|
||||
flowNodeType,
|
||||
colorSchema:
|
||||
flowNodeType === FlowNodeTypeEnum.toolSet || flowNodeType === FlowNodeTypeEnum.pluginModule
|
||||
? 'salmon'
|
||||
: flowNodeType === FlowNodeTypeEnum.appModule
|
||||
? 'skyBlue'
|
||||
: undefined,
|
||||
avatar: app.avatar,
|
||||
name: parseI18nString(app.name, lang),
|
||||
intro: parseI18nString(app.intro, lang),
|
||||
|
||||
Reference in New Issue
Block a user