完善聊天功能 初步构建十子棋功能

This commit is contained in:
2024-10-15 21:13:17 +08:00
parent 245875881c
commit b3cf948fd2
15 changed files with 303 additions and 84 deletions
+1
View File
@@ -22,6 +22,7 @@ func InitDB() {
&models.Users{},
&models.UserFollows{},
&models.BaseCard{},
&models.ChatMessage{},
)
if err != nil {
panic(err)