csdn1233 před 1 dnem
rodič
revize
f59aeffd4d
3 změnil soubory, kde provedl 23 přidání a 2 odebrání
  1. 0 0
      .vscode/settings.json
  2. 1 1
      README.md
  3. 22 1
      text.md

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


+ 1 - 1
README.md

@@ -2,4 +2,4 @@
 - 姓名:黄骁逸
 - 学号:202226701049
 - 班级:22级大数据技术班
-- 电话:19880018168
+- 电话:19880018168

+ 22 - 1
text.md

@@ -1 +1,22 @@
-# 项目名称
+# 项目名称
+```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
+```