This commit is contained in:
2025-10-10 13:49:55 +08:00
parent acecffb055
commit 9a90f1258b
2 changed files with 20 additions and 14 deletions

View File

@@ -94,7 +94,7 @@ stateDiagram-v2
| 服务方法 | 参数 | 返回值 | 描述 |
| -------------- | ----------------------- | -------------- | ------------ |
| createWindow | appId, config | WindowInstance | 创建新窗体 |
| createWindow | appId, config | WindowFormInstance | 创建新窗体 |
| destroyWindow | windowId | boolean | 销毁指定窗体 |
| minimizeWindow | windowId | boolean | 最小化窗体 |
| maximizeWindow | windowId | boolean | 最大化窗体 |