eda_sys_environment_get_editor_current_version
Fetch the current EasyEDA Pro editor version. Use this to verify the active editor release for compatibility checks or debugging.
Instructions
sys_Environment.getEditorCurrentVersion(onlySemantic?: boolean) -> string 获取编辑器当前版本 returns: 编辑器当前版本
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |