File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 27
27
[ vue ] : https://github.com/vuejs/vue
28
28
[ server ] : https://github.com/zhaojh329/rttys
29
29
30
- ![ ] ( /doc/diagram.png )
30
+ ``` mermaid
31
+ flowchart TB
32
+ s[rttys with public IP address]
33
+ u1["User(Web Browser)"] --> s
34
+ u2["User(Web Browser)"] --> s
35
+ u3["User(Web Browser)"] --> s
36
+ s --> c1["rtty(Linux Device)"]
37
+ s --> c2["rtty(Linux Device)"]
38
+ s --> c3["rtty(Linux Device)"]
39
+ ```
40
+
31
41
![ ] ( /doc/terminal.gif )
32
42
![ ] ( /doc/file.gif )
33
43
![ ] ( /doc/web.gif )
Original file line number Diff line number Diff line change 28
28
[ vue ] : https://github.com/vuejs/vue
29
29
[ 服务端 ] : https://github.com/zhaojh329/rttys
30
30
31
- ![ ] ( /doc/diagram.png )
31
+ ``` mermaid
32
+ flowchart TB
33
+ s[rttys with public IP address]
34
+ u1["User(Web Browser)"] --> s
35
+ u2["User(Web Browser)"] --> s
36
+ u3["User(Web Browser)"] --> s
37
+ s --> c1["rtty(Linux Device)"]
38
+ s --> c2["rtty(Linux Device)"]
39
+ s --> c3["rtty(Linux Device)"]
40
+ ```
41
+
32
42
![ ] ( /doc/terminal.gif )
33
43
![ ] ( /doc/file.gif )
34
44
![ ] ( /doc/web.gif )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments