This commit is contained in:
2025-04-01 17:57:35 +08:00
parent 7857015405
commit a5caa734c3
36 changed files with 1503 additions and 318 deletions

View File

@@ -53,5 +53,9 @@ func (r *render) Methods() map[string]any {
return template.HTML(strings.Join(s, ","))
}
res["toString"] = func(b []byte) string {
return string(b)
}
return res
}