From 0a67337cfbb9bfe02d63833873f5677b16829c59 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 23:29:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20gis-actions=203.0.3=20=E2=86=92=203.0.4?= 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 071aa76..e862bf9 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.3/gis-actions_3.0.3_all.deb -sudo dpkg -i gis-actions_3.0.3_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb +sudo dpkg -i gis-actions_3.0.4_all.deb ``` ### agentgis-sdk(Python 开发包) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index a505cf9..24feb47 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.3/gis-actions_3.0.3_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb # 安装 -sudo dpkg -i gis-actions_3.0.3_all.deb +sudo dpkg -i gis-actions_3.0.4_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。