docs: add platform and runtime fields

This commit is contained in:
2026-07-20 09:02:57 +00:00
parent b03915e117
commit b9f9b94bc6
@@ -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