可以用PlantUml写uml,并在线生成uml图。
@startuml
start
:登录系统;
if (用户名和密码正确?) then (yes)
:进入系统首页;
:展示主菜单;
else (no)
:显示登录错误;
stop
endif
:选择模块;
partition "课程信息" {
:查看课程列表;
:查看课程详情;
}
partition "课程签到" {
:查看学习课程;
:对未签到课程进行签到;
}
partition "公告信息" {
:查看公告信息;
}
partition "签到提醒" {
:查看未签到课程;
}
stop
@enduml
用这个在线编辑器,支持中文。
PlantUML EditorPlantUML online demo clienthttps://plantuml-editor.kkeisuke.com/