🎨 Unified file listener logic (#17134)

This commit is contained in:
Jeffrey Chen 2026-03-04 22:33:35 +08:00 committed by GitHub
parent ba733eedfd
commit 26c378a820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 462 additions and 191 deletions

View file

@ -76,5 +76,5 @@ func reloadIcon(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)
model.ReloadIcon()
model.LoadIcons()
}