Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en_us/3.3-ProjectInterfaceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ PI_RESOURCE={"name":"官服","label":"官服","path":["./resource"]}
Task display name, shown in the user interface. Supports internationalized strings (starting with `$`). If not set, the value of the `name` field is displayed. _Optional._

- **entry** `string`
The task entry, which is the name of the `Task` in the `pipeline`.
The task entry, which is the name of the starting `Node` in the `pipeline`.

- **default_check** `boolean`
Whether this task is selected by default. _Optional_, defaults to false. The Client will use this value to determine whether to check this task by default during initialization.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/3.3-ProjectInterfaceV2协议.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ PI_RESOURCE={"name":"官服","label":"官服","path":["./resource"]}
任务显示名称,用于在用户界面中展示。支持国际化字符串(以`$`开头)。如果未设置,则显示 `name` 字段的值。可选。

- entry `string`
任务入口,为 `pipeline` 中 `Task` 的名称。
任务入口,为 `pipeline` 中起点 `Node` 的名称。

- default_check `boolean`
是否默认选中该任务。可选,默认false。Client 在初始化时会根据该值决定是否默认勾选该任务。
Expand Down