【调整】 cfg 生成类型 data_json_monolithic使用data_json2的map格式。

main
walon 2021-08-13 16:01:15 +08:00
parent ec3dfe53ae
commit 3bb7d9a873
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ namespace {ctx.TopModule}
{
allJsonTask.Add(Task.Run(() =>
{
return (string)DataExporterUtil.ToOutputData(c, ctx.Assembly.GetTableExportDataList(c), "data_json");
return (string)DataExporterUtil.ToOutputData(c, ctx.Assembly.GetTableExportDataList(c), "data_json2");
}));
}