From bae9e1ae88fda12b9e7de167abe04ca951315113 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 18 Jan 2022 14:24:47 +0800 Subject: [PATCH] + TemplateLink --- importer/process.go | 1 + 1 file changed, 1 insertion(+) diff --git a/importer/process.go b/importer/process.go index 87cd17a5..a5a91641 100644 --- a/importer/process.go +++ b/importer/process.go @@ -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, } }