From 5e5d215b2a1a483aee4669d4c82542f3534bde3a Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:03:50 +0000 Subject: [PATCH] docs: add platform and runtime --- suites-help/示例代码/缓冲区分析.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suites-help/示例代码/缓冲区分析.md b/suites-help/示例代码/缓冲区分析.md index fa166b8..e72af69 100644 --- a/suites-help/示例代码/缓冲区分析.md +++ b/suites-help/示例代码/缓冲区分析.md @@ -12,6 +12,7 @@ description: 地块数据批处理 — 生成→验证→缓冲区→对比→ version: 2.0.0 category: gis-processing tags: [gis, parcel, buffer] +platform: all params: type: object @@ -27,6 +28,7 @@ steps: - id: main name: 全流水线 type: python + runtime: python3 script_id: process params: buffer_distance: $params.buffer_distance