重构项目

This commit is contained in:
dragon
2025-11-12 17:32:25 +08:00
parent adb9bf25b8
commit 351e1c2ad1
16 changed files with 441 additions and 344 deletions

View File

@@ -14,7 +14,6 @@ import (
type GoTemplate struct{}
func init() {
core.RegisterRender("gotemplate", &GoTemplate{})
}
func (g GoTemplate) Render(ctx context.Context, w http.ResponseWriter, r *http.Request, input io.Reader, meta *core.PageDomainContent) error {