This commit is contained in:
Daniel 2025-07-24 11:50:28 +08:00
parent 10a760b97a
commit 10fa284a1b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -89,6 +89,9 @@ func setAttrViewGroup(c *gin.Context) {
ret.Msg = err.Error()
return
}
ret = renderAttrView(blockID, avID, "", "", 1, -1)
c.JSON(http.StatusOK, ret)
}
func changeAttrViewLayout(c *gin.Context) {