other: 配置导表优化

This commit is contained in:
kercylan98
2023-07-17 16:06:36 +08:00
parent 91b2b52fc8
commit 130869af4e
7 changed files with 113 additions and 49 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ package pce
// Tmpl 配置结构模板接口
type Tmpl interface {
// Render 渲染模板
Render(templates []*TmplStruct) (string, error)
Render(templates ...*TmplStruct) (string, error)
}