mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 16:06:06 +08:00
fix: input text repeat (#492)
This commit is contained in:
parent
39ea967b30
commit
561c9cabd5
@ -87,7 +87,7 @@ const translation = {
|
|||||||
formattingChangedTitle: '编排已改变',
|
formattingChangedTitle: '编排已改变',
|
||||||
formattingChangedText: '修改编排将重置调试区域,确定吗?',
|
formattingChangedText: '修改编排将重置调试区域,确定吗?',
|
||||||
variableTitle: '变量',
|
variableTitle: '变量',
|
||||||
notSetVar: '变量能使用户输入表单引入提示词或开场白,你可以试试在提示词中输入输入 {{input}}',
|
notSetVar: '变量能使用户输入表单引入提示词或开场白,你可以试试在提示词中输入 {{input}}',
|
||||||
variableTip:
|
variableTip:
|
||||||
'变量将以表单形式让用户在对话前填写,用户填写的表单内容将自动替换提示词中的变量。',
|
'变量将以表单形式让用户在对话前填写,用户填写的表单内容将自动替换提示词中的变量。',
|
||||||
autoAddVar: '提示词中引用了未定义的变量,是否自动添加到用户输入表单中?',
|
autoAddVar: '提示词中引用了未定义的变量,是否自动添加到用户输入表单中?',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user