LiRen-qiu 1 month ago
commit 05bc77da63

@ -420,6 +420,51 @@ deactivate user
///////////////////////////////////////////////////////////////////////////////////////////////
架构包图:
@startuml
title Software Architecture Package Diagram
package "Interface Layer" {
package "ui" {
class "UIController" as UI
}
package "widget" {
class "WidgetManager" as Widget
}
package "res" {
class "ResourceLoader" as Res
}
}
package "Business Layer" {
package "etask.remote" {
class "RemoteTask" as Remote
}
package "tool" {
class "ToolUtils" as Tool
}
package "exception" {
class "ExceptionHandler" as Exception
}
}
package "Model Layer" {
class "BusinessModel" as Model
}
package "Data Layer" {
class "DataAccessObject" as Data
}
UI --> Widget : uses
UI --> Res : uses
Widget --> Remote : interacts with
Tool --> Exception : handles
Remote --> Model : processes
Model --> Data : stores
@enduml
Speech版本语音听写

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

@ -1192,7 +1192,7 @@ Gtask包用于存放与数据更新同步检测异常相关的类和方法
\newpage
\begin{figure}[H]
\centering
\includegraphics[width=1.0\textwidth]{picture/chatLLM.png}
\includegraphics[width=1.0\textwidth]{picture/seq14_chatLLM.png}
\caption{对话式大模型的时序图}
\end{figure}

Loading…
Cancel
Save