fix: Worker → GIS Actions

This commit is contained in:
2026-07-09 08:00:17 +00:00
parent affe954538
commit 5e917e3ccd
+1 -1
View File
@@ -8,7 +8,7 @@
## 关键原则 ## 关键原则
**数据永不离开本地。** **数据永不离开本地。**
你的文件始终在你的机器上。Worker 在你的机器上处理,不上传到云端。 你的文件始终在你的机器上。GIS Actions 在你的机器上处理,不上传到云端。
输入:本地文件路径 | 输出:本地目录 `/tmp/output/` 输入:本地文件路径 | 输出:本地目录 `/tmp/output/`
## gis-actions 工作原理 ## gis-actions 工作原理