4 Commits 127c62917e ... ec647d9e25

Autore SHA1 Messaggio Data
  csdn1233 ec647d9e25 fix:类型设置 1 giorno fa
  csdn1233 731fb374e2 fix:small thing 1 giorno fa
  csdn1233 f59aeffd4d fix: add plantuml 1 giorno fa
  csdn1233 854421c69c fix:nothing 1 giorno fa
4 ha cambiato i file con 24 aggiunte e 2 eliminazioni
  1. 0 0
      .vscode/settings.json
  2. 1 1
      README.md
  3. 0 1
      test.md
  4. 23 0
      text.md

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


+ 1 - 1
README.md

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

+ 0 - 1
test.md

@@ -1 +0,0 @@
-<h1>项目标题1</h1>

+ 23 - 0
text.md

@@ -0,0 +1,23 @@
+# 项目名称
+```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
+```
+# 类型设置