From dd384b01691d25f1610de95159f46dc915b1230f Mon Sep 17 00:00:00 2001 From: xing Date: Tue, 28 Feb 2023 20:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/theme/common/common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/theme/common/common.go b/internal/theme/common/common.go index fd238c9..86f7f4a 100644 --- a/internal/theme/common/common.go +++ b/internal/theme/common/common.go @@ -29,6 +29,7 @@ type Handle struct { Components map[string][]Components ThemeMods wpconfig.ThemeMods HandleFns map[int][]HandleFn[*Handle] + Error error } func NewHandle(c *gin.Context, scene int, theme string) *Handle {