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:
Archer
2025-12-31 00:54:04 +08:00
committed by GitHub
parent f8bedc1209
commit 005fbf8cdb
285 changed files with 441 additions and 400 deletions
@@ -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),