docs: add platform and runtime fields
This commit is contained in:
@@ -12,6 +12,7 @@ description: 套件功能描述
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
author: 作者名
|
author: 作者名
|
||||||
tags: [标签1, 标签2]
|
tags: [标签1, 标签2]
|
||||||
|
platform: all
|
||||||
category: 业务分类(如:土地整治)
|
category: 业务分类(如:土地整治)
|
||||||
|
|
||||||
params:
|
params:
|
||||||
@@ -33,6 +34,7 @@ steps:
|
|||||||
- id: step1
|
- id: step1
|
||||||
name: 步骤名称
|
name: 步骤名称
|
||||||
type: python
|
type: python
|
||||||
|
runtime: python3
|
||||||
script_id: run
|
script_id: run
|
||||||
params:
|
params:
|
||||||
input: $params.input_path
|
input: $params.input_path
|
||||||
|
|||||||
Reference in New Issue
Block a user