Browse Source

third commit

pqy 4 days ago
parent
commit
87da70f1f3
2 changed files with 12 additions and 1 deletions
  1. 5 0
      .vscode/settings.json
  2. 7 1
      README.md

+ 5 - 0
.vscode/settings.json

@@ -0,0 +1,5 @@
+{
+    "plantuml.server": "https://www.plantuml.com/plantuml",
+    "plantuml.render": "PlantUMLServer"
+}
+  

+ 7 - 1
README.md

@@ -1,4 +1,10 @@
 # 彭启云项目策划书
 - 姓名 彭启云
 - 学号 202226701010
--
+- 电话 19047918096
+- 项目名称:
+```plantuml
+    @startuml
+    Bob -> Alice : hello
+    @enduml
+```