Commit 8d6b5ced by liyijie

feat: 支持headers merge,支持proc的处理

parent fac6e334
...@@ -126,7 +126,7 @@ module TalltyImportExport ...@@ -126,7 +126,7 @@ module TalltyImportExport
def export_headers_result **options def export_headers_result **options
@headers = options.symbolize_keys[:headers] @headers = options.symbolize_keys[:headers]
super(**options) @headers = super(**options)
@headers = TalltyImportExport::Attr::ExportHeader.new({ items: @headers }) @headers = TalltyImportExport::Attr::ExportHeader.new({ items: @headers })
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment