惊鸿戏梦 6 일 전
부모
커밋
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
+```