This commit is contained in:
Daniel 2024-12-05 08:50:54 +08:00
parent 23a3452a5e
commit 0b5a83d55f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 17 additions and 40 deletions

View file

@ -548,7 +548,7 @@ func setFollowSystemLockScreen(c *gin.Context) {
func getSysFonts(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)
ret.Data = util.GetSysFonts(model.Conf.Lang)
ret.Data = util.GetSysFonts()
}
func version(c *gin.Context) {