+ TemplateLink

This commit is contained in:
Max 2022-01-18 14:24:47 +08:00
parent b752f3cb4a
commit bae9e1ae88

View file

@ -38,6 +38,7 @@ func ProcessSetting(process *gou.Process) interface{} {
return map[string]interface{}{
"mappingPreview": imp.Option.MappingPreview,
"dataPreview": imp.Option.DataPreview,
"templateLink": imp.Option.TemplateLink,
"title": imp.Title,
}
}