📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 deletions
@@ -0,0 +1,24 @@
# 第三方交互 / VBA
## `CoExec`
声明:class
VBA 通过 COM ProgID `TSExpert.CoExec` 创建天软自动化对象,并调用 TSL 函数
<!-- tags: 执行 组件对象模型 VBA COM 跨语言调用 -->
### `remoteCallFunc(function_name, args)`
声明:function
调用天软函数并返回结果
<!-- tags: 执行 远程调用 跨进程 -->
可见性:`public`
| 参数 | 类型 | 说明 |
| --------------- | ------- | ---------------------- |
| `function_name` | string | 要调用的天软函数名称 |
| `args` | variant | 传给目标函数的参数集合 |