This commit is contained in:
sxu 2024-07-31 10:52:29 +08:00
parent e39830930d
commit 90708339fa
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,18 @@
# Design
#### 介绍
{**以下是项目 Git 仓库**
请看 [http://192.168.0.56:3000/bonus/Design.git](http://192.168.0.56:3000/bonus/Design.git)}
#### 设计说明
本项目主要是以uml图展示项目中的类图、时序图、用例图等帮助大家更好地理解项目框架其中也包含了一些学习用例在相应的knowledge目录下
#### 安装教程
![img.png](img.png)
#### 使用说明
https://plantuml.com/zh/

BIN
img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -1,5 +1,5 @@
@startuml @startuml
alice -> bob ++ : hello1 alice -> bob -- : hello1
bob -> charlie --++ : hello2 bob -> charlie -- : hello2
charlie --> alice -- : ok charlie --> alice -- : ok
@enduml @enduml