Browse Source

Update docs: Contacts diagrams

Him188 4 years ago
parent
commit
dcb9a19c45
2 changed files with 6 additions and 0 deletions
  1. 0 0
      docs/Contacts.md
  2. 6 0
      docs/src/Contacts.mermaid.md

File diff suppressed because it is too large
+ 0 - 0
docs/Contacts.md


+ 6 - 0
docs/src/Contacts.mermaid.md

@@ -31,6 +31,7 @@ class Contact {
 class User {
     +nick: String
     +remark: String
+    +queryProfile() UserProfile
 }
 
 class Group {
@@ -57,6 +58,10 @@ class Member {
     +group: Group
 }
 
+class OtherClient {
+    +info
+}
+
 ContactOrBot<|--Contact
 ContactOrBot<|--UserOrBot
 
@@ -65,6 +70,7 @@ UserOrBot<|--User
 
 Contact<|--User
 Contact<|--Group
+Contact<|--OtherClient
 
 User<|--Member
 User<|--Friend

Some files were not shown because too many files changed in this diff