fix: adjust column spans in JSONEditor for better layout #1719

This commit is contained in:
Seefs
2025-09-02 18:28:23 +08:00
parent 265a9ea78c
commit faad6bcd0c
2 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ func ListModels(c *gin.Context, modelType int) {
c.JSON(200, gin.H{
"success": true,
"data": userOpenAiModels,
"object": "list",
"object": "list",
})
}
}