Merge document file

This commit is contained in:
2022-04-13 04:37:19 +08:00
parent 7f7f95e47e
commit 0ddf66c96b

View File

@@ -10,6 +10,7 @@
- `HookParam` 中删除了 `args()` 中的默认参数 `index = 0`,现在你可以使用 `args().first()``args(index = 0)` 来取代它
- `HookParam``result` 功能增加了泛型匹配,现在你可以使用 `result<T>` 来匹配你的目标方法已知返回值类型了
- 方法、构造方法查询功能新增 `emptyParam` 条件,并完善了文档相关需要注意的查询条件误区
- 增加了 `type` 中的 `android` 类型
### 1.0.73 | 2022.04.10