docs: update for GIS Actions 4.0

This commit is contained in:
2026-07-20 09:07:31 +00:00
parent 229df3d4cf
commit e21d3dee36
@@ -59,11 +59,18 @@ agc run /tmp/output --suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 --input buff
## 包结构
**Linuxdeb 包):**
```
/usr/bin/agc # CLI 入口
/usr/share/gis-actions/cli.py # CLI 逻辑
/usr/share/gis-actions/download_and_run.py # 下载+执行
/usr/share/gis-actions/steps_executor.py # 步骤执行器
/usr/share/gis-actions/local_executor.py # 本地步骤执行器
/usr/share/gis-actions/steps_executor.py # Docker 步骤执行器
```
**Windowszip 包):**
```
%LOCALAPPDATA%\AgentGIS\gis-actions\agc.exe # CLI 入口
```
## 执行流程