Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[opt] 当读取excel文件遇到超出10行空白行时中断,避免意外读取到了行数极多的空白excel文件的情况
[change] 删除go语言的保留字。因为生成代码时会将首字母大写,即使与保留字一样也不会有编译错误
[fix] typescript template (focus-creative-games#131)
[upgrade] 升级项目框架到.net8.0
[opt] 优化可空bean的流式格式,如果接下来的数据不为null|{}|<bean名>,则当作非空bean,直接读取后续数据
[new] 支持php-json
[change] typescript不再预留type关键字,因为此字段名太常见了
[new] 新增cpp-rawptr-bin目标 [change] cpp-bin目标改名为cpp-sharedptr-bin
[change] 读取luban.conf及json数据源支持额外的comma及注释
[refactor] 重构本地化相关代码 [new] 支持静态本地化,在导出数据时将text的key转成对应的language value