From 5e917e3ccdf8b7a9a87818c8316159735c278a6f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 08:00:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Worker=20=E2=86=92=20GIS=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-user/MEMORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-user/MEMORY.md b/suite-user/MEMORY.md index 195d91b..9cfc0b9 100644 --- a/suite-user/MEMORY.md +++ b/suite-user/MEMORY.md @@ -8,7 +8,7 @@ ## 关键原则 **数据永不离开本地。** -你的文件始终在你的机器上。Worker 在你的机器上处理,不上传到云端。 +你的文件始终在你的机器上。GIS Actions 在你的机器上处理,不上传到云端。 输入:本地文件路径 | 输出:本地目录 `/tmp/output/` ## gis-actions 工作原理