布丁撞奶茶 7 ヶ月 前
コミット
52ac1b619d

+ 3 - 0
s202226701012/workspace/.vscode/setting.json

@@ -0,0 +1,3 @@
+{
+  "plantuml.server": "http://www.plantuml.com/plantuml"
+}

+ 21 - 11
s202226701012/workspace/README.md

@@ -121,14 +121,24 @@
 > 豫章旅绘
 > 一键解锁南昌之美,智享个性化旅行(副标题)
 
-# 四、项目名称
-
-> 项目名称生成:
-> [color=blue]智导
-> 智韵云游
-> 智游画卷
-> 智旅指南针
-> 昌韵攻略
-> 洪城足迹
-> 豫章旅绘
-> 一键解锁南昌之美,智享个性化旅行(副标题)
+# 五、检测 uml
+
+@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

+ 19 - 0
s202226701012/workspace/class.puml

@@ -0,0 +1,19 @@
+@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