Files
tplate/tool/config.go
2025-09-19 22:05:08 +08:00

10 lines
132 B
Go

package tool
import "html/template"
type SiteConfig struct {
ImageURL []string
Styles template.HTML
Template template.HTML
}