From 388762eb4085f4dfdd141f16831a65e5bab0e784 Mon Sep 17 00:00:00 2001 From: xujian Date: Wed, 10 Jan 2024 08:38:55 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/=E6=9E=B6=E6=9E=84=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1/=E9=80=BB=E8=BE=91=E8=A7=86=E5=9B=BE=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujian --- docs/架构设计/逻辑视图设计.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/架构设计/逻辑视图设计.md b/docs/架构设计/逻辑视图设计.md index de321c3..e623d50 100644 --- a/docs/架构设计/逻辑视图设计.md +++ b/docs/架构设计/逻辑视图设计.md @@ -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) \ No newline at end of file