update docs/架构设计/逻辑视图设计.md.

Signed-off-by: xujian <xujian@kylinos.cn>
This commit is contained in:
xujian 2024-01-10 08:38:55 +00:00 committed by Gitee
parent 656a2fc4a8
commit 388762eb40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 9 additions and 0 deletions

View File

@ -3,4 +3,13 @@
![输入图片说明](../../image/2024-01-10_15-44-22.png)
## 各层通信方式约定
### UI层调用app层箭头1
采用wails框架提供的API接口调用方式调用app层应用程序接口
### app层通知UI层事件箭头2
### app层调用核心层箭头3
### 核心层通知app层事件箭头4
### app层调用事件箭头4