From a0f73d179f95620db7f410192b5e53fc6654fe30 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 21:56:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20gis-actions=203.0.2=20=E2=86=92=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 4 ++-- suite-user/TOOLS.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index a55fa5c..071aa76 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.2_all.deb -sudo dpkg -i gis-actions_3.0.2_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.3/gis-actions_3.0.3_all.deb +sudo dpkg -i gis-actions_3.0.3_all.deb ``` ### agentgis-sdk(Python 开发包) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index d983b59..a505cf9 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -12,10 +12,10 @@ https://suites.mercator.cn ```bash # 下载 -curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.3/gis-actions_3.0.3_all.deb # 安装 -sudo dpkg -i gis-actions_3.0.2_all.deb +sudo dpkg -i gis-actions_3.0.3_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。