🎨 Improve exporting HTML/Word

This commit is contained in:
Daniel
2024-12-23 16:14:16 +08:00
parent b195629d1a
commit 25f934ecb4
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