Skip to content

Commit 8362228

Browse files
committed
update README.md
1 parent 09a0189 commit 8362228

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
![](https://img.shields.io/badge/license-MIT-green)
77

88

9-
- [x] 支持`Objective-C` / `Swift` / `Dart` / `TypeScript`
10-
- [x] 支持通过`URL`链接或`json`字符串一键生成model文件
11-
- [x] 兼容`YYModel` / `MJExtension` / `HandyJSON`解析
12-
- [x] 支持字符串加密(可设置不同的密钥,开发者可自行修改加密算法)
13-
- [x] 支持自定义model父类名、自定义model前缀、自定义作者名、添加注释
14-
- [x] 支持代码高亮(使用[highlight.js](https://highlightjs.org/)
15-
- [x] 支持导出`TypeScript Interfaces`
16-
- [x] 支持自定义导出文件路径
17-
- [x] `Flutter Model`解析兼容了服务端返回`string/int/double`时数据类型混用的情况
18-
- [x] 兼容服务端返回“id”字段
19-
- [x] 支持类驼峰命名
9+
- 支持`Objective-C` / `Swift` / `Dart` / `TypeScript`
10+
- 支持通过`URL`链接或`json`字符串一键生成model文件
11+
- 兼容`YYModel` / `MJExtension` / `HandyJSON`解析
12+
- 支持字符串加密(可设置不同的密钥,开发者可自行修改加密算法)
13+
- 支持自定义model父类名、自定义model前缀、自定义作者名、添加注释
14+
- 支持代码高亮(使用[highlight.js](https://highlightjs.org/)
15+
- 支持导出`TypeScript Interfaces`
16+
- 支持自定义导出文件路径
17+
- `Flutter Model`解析兼容了服务端返回`string/int/double`时数据类型混用的情况
18+
- 兼容服务端返回“id”字段
19+
- 支持类驼峰命名
20+
2021

2122
- Support `Objective-C` / `Swift` / `Dart` / `TypeScript`
2223
- Supports one-click generation of model files through `URL` links or `json` strings

0 commit comments

Comments
 (0)