惊鸿戏梦 3 өдөр өмнө
parent
commit
449cef6ac3
2 өөрчлөгдсөн 25 нэмэгдсэн , 1 устгасан
  1. 0 0
      .vscode/settings.json
  2. 25 1
      test.md

+ 0 - 0
.vs code/settings.json → .vscode/settings.json


+ 25 - 1
test.md

@@ -12,4 +12,28 @@
 >> 引用的引用
 
 ![图片](img/1.jpg)
-![](img/2.jpg)
+![](img/2.jpg)
+
+# s
+
+```plantuml
+@startuml
+abstract        abstract
+abstract class  "abstract class"
+annotation      annotation
+circle          circle
+()              circle_short_form
+class           class
+class           class_stereo  <<stereotype>>
+diamond         diamond
+<>              diamond_short_form
+entity          entity
+enum            enum
+exception       exception
+interface       interface
+metaclass       metaclass
+protocol        protocol
+stereotype      stereotype
+struct          struct
+@enduml
+```