This commit is contained in:
Daniel 2024-12-05 09:01:51 +08:00
parent c7746d1399
commit af434451e0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 21 additions and 2 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()
ret.Data = util.LoadSysFonts()
}
func version(c *gin.Context) {