Skip to content

Commit

Permalink
add ssync
Browse files Browse the repository at this point in the history
  • Loading branch information
gofly committed May 16, 2022
1 parent c4c4c02 commit 35b9a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/omelox-excel/lib/exportServerTS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ export class config_data_getter {
console.log(\`配置文件\${cfgFileName}数据和模型不匹配,请重新生成配置\`);
return;
}
item[fields[j]] = rowDatas[j];
item[fields[j] as string] = rowDatas[j];
}
newFiledData.push(item);
}
Expand Down
2 changes: 1 addition & 1 deletion tools/omelox-excel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omelox-excel",
"version": "4.2.5",
"version": "4.2.6",
"author": "yng <[email protected]>",
"private": false,
"description": "excel to h5 json configuration",
Expand Down

0 comments on commit 35b9a59

Please sign in to comment.