Phase 4.5: Completed responsive player layout and real username integration

This commit is contained in:
2026-03-18 15:36:08 +08:00
parent 9c7261cbda
commit f21498717b
4 changed files with 170 additions and 88 deletions

View File

@@ -91,6 +91,7 @@ func Login(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"token": token,
"token": token,
"username": user.Username,
})
}