From e59205e445574d95fb815784a53798982f943ee5 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 13 Jul 2026 10:45:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20suite-developer/TOOLS.md=20=E2=80=94=20d?= =?UTF-8?q?eb=20=E6=96=87=E4=BB=B6=E5=90=8D=20v3.0.1=20->=20v3.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index b956103..a55fa5c 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -5,8 +5,8 @@ ### gis-actions(CLI + 执行引擎) ```bash -curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.1_all.deb -sudo dpkg -i gis-actions_3.0.1_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb +sudo dpkg -i gis-actions_3.0.2_all.deb ``` ### agentgis-sdk(Python 开发包)