Skip to content

Commit

Permalink
Render PlantUML files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and p-moon committed Dec 11, 2024
1 parent 703bc2b commit 90cfc4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 20 additions & 1 deletion doc/execution-sequence-diagram.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
```plantuml:execution-sequence-diagram
```plantuml
:execution-sequence-diagram
@startuml
skinparam backgroundColor #EEEBDC
skinparam handwritten true
skinparam sequence {
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
LifeLineBorderColor blue
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor DeepSkyBlue
ParticipantBackgroundColor DodgerBlue
ParticipantFontName Impact
ParticipantFontSize 17
ParticipantFontColor #A9DCDF
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
title 启动 & 执行时序图
!theme vibrant
Expand Down
Loading

0 comments on commit 90cfc4c

Please sign in to comment.