sandbox version (#6497)

* sandbox version

* add sandbox log

* update lock

* fix

* fix: sandbox

* doc

* add console

* i18n
This commit is contained in:
Archer
2026-03-03 23:45:08 +08:00
committed by GitHub
parent 928489043c
commit 95f0166275
15 changed files with 108 additions and 3621 deletions
@@ -34,7 +34,7 @@ async function main({data1, data2}){
}
```
**Python** — 在 main 函数参数中按变量名接收:
**Python** — 在 main 函数参数中按变量名接收, 节点里输入的变量名一定要与`main`中的变量名一致,顺序可以任意
```python
def main(data1, data2):