🎨 Improve exporting HTML/Word

This commit is contained in:
Daniel 2024-12-23 16:14:16 +08:00
parent b195629d1a
commit 25f934ecb4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 5 deletions

View file

@ -214,7 +214,6 @@ func CheckAuth(c *gin.Context) {
// 放过 /appearance/
if strings.HasPrefix(c.Request.RequestURI, "/appearance/") ||
strings.HasPrefix(c.Request.RequestURI, "/stage/build/export/") ||
strings.HasPrefix(c.Request.RequestURI, "/stage/build/fonts/") ||
strings.HasPrefix(c.Request.RequestURI, "/stage/protyle/") {
c.Next()
return