Skip to content

Commit 842c1e4

Browse files
arnaudroquesgithub-actions
and
github-actions
authored
Add generated files in /db (#20)
Co-authored-by: github-actions <[email protected]>
1 parent c679126 commit 842c1e4

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"sha1": "m7hq9w5pfayhp6koljhu34h0i57h0z5",
3+
"insertion": {
4+
"when": "2025-04-01T21:33:08.649Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/340",
6+
7+
}
8+
}
9+
@startuml
10+
skinparam rnote {
11+
BackgroundColor #101010
12+
FontColor #FAFAFA
13+
}
14+
skinparam hnote {
15+
BackgroundColor #3333CC
16+
FontColor #FAFAFA
17+
}
18+
19+
actor -> director
20+
21+
rnote left of actor: "field1 = valA"
22+
hnote left of actor: "blue note"
23+
note right of actor: is it clear for everyone ?
24+
@enduml
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"sha1": "me73dvnvp10ys5pay96nyp4b9hx1rk0",
3+
"insertion": {
4+
"when": "2025-04-01T21:33:08.611Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/340",
6+
7+
}
8+
}
9+
@startuml
10+
<style>
11+
rnote {
12+
BackgroundColor #101010
13+
FontColor #FAFAFA
14+
}
15+
hnote {
16+
BackgroundColor #3333CC
17+
FontColor #FAFAFA
18+
}
19+
</style>
20+
21+
actor -> director
22+
23+
rnote left of actor: "field1 = valA"
24+
hnote left of actor: "blue note"
25+
note right of actor: is it clear for everyone ?
26+
@enduml

0 commit comments

Comments
 (0)