Skip to content

Commit d8da2e6

Browse files
authored
Merge pull request #70 from officialchengyud/branch-dg-uml
Update Logic Diagram
2 parents 9c720ec + 2e447b0 commit d8da2e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/diagrams/LogicClassDiagram.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@startuml
22
!include style.puml
33
skinparam arrowThickness 1.1
4-
skinparam arrowColor LOGIC_COLOR_T4
5-
skinparam classBackgroundColor LOGIC_COLOR
4+
skinparam arrowColor LOGIC_COLOR_T5
5+
skinparam classBackgroundColor LOGIC_COLOR_T6
66

77
package Logic as LogicPackage {
88

docs/diagrams/style.puml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
!define LOGIC_COLOR_T2 #6A6ADC
1919
!define LOGIC_COLOR_T3 #1616B0
2020
!define LOGIC_COLOR_T4 #101086
21+
!define LOGIC_COLOR_T5 #3260a8
22+
!define LOGIC_COLOR_T6 #267afc
2123

2224
!define MODEL_COLOR #9D0012
2325
!define MODEL_COLOR_T1 #F97181

docs/images/LogicClassDiagram.png

-52.5 KB
Loading

0 commit comments

Comments
 (0)