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

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 @@ import (
)
func mainUserViews(w fyne.Window) fyne.CanvasObject {
//TenChinaGameView()
var userCard = widget.NewCard("", "", nil)
user1 := repo.User.GetUserInfo(global.DB)
refresh := func(user *models.Users) {