Update version to 1.0.55

This commit is contained in:
2022-03-18 23:36:10 +08:00
parent dc0d89fab9
commit eac9707b75
7 changed files with 522 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen)
![Eclipse Marketplace](https://img.shields.io/badge/license-MIT-blue)
![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.5.2-green)
![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.55-green)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet)
<br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
@@ -150,10 +150,10 @@ class MainHook : YukiHookXposedInitProxy {
新增 `by` 方法来设置 Hook 的时机和条件;<br/>
`YukiHookModulePrefs` 新增可控制的键值缓存,可在宿主运行时模块动态更新数据;<br/>
修复了一些可能存在的 BUG。<br/><br/>
- 1.0.5.1 <br/>
- 1.0.55 <br/>
修正一处注释错误;<br/>
临时修复一个 BUG<br/><br/>
- 1.0.5.2 <br/>
临时修复一个 BUG<br/>
增加了 `type` 中的大量 `android` 类型以及少量 `java` 类型;<br/>
修复新版与旧版 Kotlin APIs 的兼容性问题。
# Cooperations