Skip to content

Commit fdc244f

Browse files
Msquittto陈潇文
andauthored
[app-platform] 修复代码节点说明错误问题 (#393)
Co-authored-by: 陈潇文 <[email protected]>
1 parent d0259a5 commit fdc244f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/locale/en_US.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@
409409
"codeCannotEmpty": "The code cannot be empty.",
410410
"code": "Code",
411411
"editInIde": "Edit in IDE",
412-
"codePopover": "<p><strong>1. Function editing description: </strong>Compile the structure of a function by referring to the code example. </p>\n<p>You can directly use the variables in the input parameters and return an object, array, or other basic types of data as the output result. </p>\n<p>The method name must be main, and it cannot be asynchronous. Additionally, multiple functions cannot be compiled. </p>\n<p>By default, the system introduces dependencies including <strong>asyncio</strong>, <strong>json</strong>, <strong>numpy</strong>, and <strong>typing</strong>. </p>\n<p><strong>2. Shortcut key description: </strong>Press F1 on the keyboard to open the shortcut key description window.",
413412
"codeOutputPopover": "<p>Variable output after code execution. </p>\n<p>Ensure that the variable name and type defined here are the same as those in the return object of the code.</p>",
414413
"otherQuestion": "Other issues",
415414
"classificationInputPopover": "Enter the information that needs to be added to the prompt word template, which can be referenced by the prompt word template.",

frontend/src/locale/zh_CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@
649649
"codeCannotEmpty": "代码不能为空!",
650650
"code": "代码",
651651
"editInIde": "在IDE中编辑",
652-
"codePopover": "<p><strong>1.函数编辑说明: </strong>参考代码示例。编写一个函数的结构,</p>\n<p>您可以直接使用输入参数中的变量,并通过return一个</p>\n<p>对象、数组或者其他基本类型的数据作为输出结果。</p>\n<p>方法名称必须是main,方法不能是异步方法,并且不</p>\n<p>支持编写多个函数。</p>\n<p>系统默认引入依赖包含asyncio, json, numpy, typing。</p>\n<p><strong>2.快捷键说明:</strong> 按键盘上的F1键打开快捷键说明弹窗。</p>",
653652
"codeOutputPopover": "<p>代码运行完成后输出的变量,必须保证此处定义的变量名、</p>\n<p>变量类型与代码的return对象中完全一致</p>",
654653
"classificationInputPopover": "输入需要添加到提示词模板中的信息,可被提示词模板引用。",
655654
"classification": "分类",

0 commit comments

Comments
 (0)