mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
4.8.10 test (#2433)
* perf: node template ui * perf: select tool path load error * pay i18n * i18n * perf: oneapi code * perf: doc * node templates * perf: usage table role * feat: count vector total by datasetId * perf: user select tip and tempalte market ui * i18n * perf: sso config tip
This commit is contained in:
@@ -30,7 +30,9 @@ export const UserSelectNode: FlowNodeTemplateType = {
|
||||
key: NodeInputKeyEnum.description,
|
||||
renderTypeList: [FlowNodeInputTypeEnum.textarea],
|
||||
valueType: WorkflowIOValueTypeEnum.string,
|
||||
label: i18nT('app:workflow.select_description')
|
||||
label: i18nT('app:workflow.select_description'),
|
||||
description: i18nT('app:workflow.select_description_tip'),
|
||||
placeholder: i18nT('app:workflow.select_description_placeholder')
|
||||
},
|
||||
{
|
||||
key: NodeInputKeyEnum.userSelectOptions,
|
||||
|
1
packages/global/core/workflow/type/node.d.ts
vendored
1
packages/global/core/workflow/type/node.d.ts
vendored
@@ -80,6 +80,7 @@ export type NodeTemplateListItemType = {
|
||||
name: string;
|
||||
intro?: string; // template list intro
|
||||
isTool?: boolean;
|
||||
authorAvatar?: string;
|
||||
author?: string;
|
||||
unique?: boolean; // 唯一的
|
||||
currentCost?: number; // 当前积分消耗
|
||||
|
Reference in New Issue
Block a user