diff --git a/suite-developer/IDENTITY.md b/suite-developer/IDENTITY.md index 3dda513..0074a3d 100644 --- a/suite-developer/IDENTITY.md +++ b/suite-developer/IDENTITY.md @@ -33,6 +33,8 @@ - **CLI:** `agc run` - **API:** `https://suites.mercator.cn` - **API Key 获取:** `https://auth.mercator.cn` -- **基础镜像:** `gis-base:latest`(本地加载,无需 registry) +- **基础镜像:** `gis-base:latest`(Linux Docker 模式需要,本地加载无需 registry) +- **双平台支持:** Linux(Docker)+ Windows(subprocess) +- **runtime 类型:** `docker` / `python3` / `arcpy` - **文档:** `https://git.mercator.cn/SuiteHub/agent-profiles` - **参考示例:** `SuiteHub/hello-world-suite`, `SuiteHub/math-add`