mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Update version to 1.0.67
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://t.me/XiaofangInternet)
|
[](https://t.me/XiaofangInternet)
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
||||||
@@ -173,7 +173,15 @@ class MainHook : YukiHookXposedInitProxy {
|
|||||||
- 1.0.66 <br/>
|
- 1.0.66 <br/>
|
||||||
修复 `MethodFinder` 中的一个严重问题;<br/>
|
修复 `MethodFinder` 中的一个严重问题;<br/>
|
||||||
增加 `hookParam` 中的 `args` 调用方法;<br/>
|
增加 `hookParam` 中的 `args` 调用方法;<br/>
|
||||||
修复其它可能存在的问题以及修复部分类的注释问题。
|
修复其它可能存在的问题以及修复部分类的注释问题。<br/><br/>
|
||||||
|
- 1.0.67 <br/>
|
||||||
|
增加三个 `Finder` 中的 `modifiers` 功能,可筛选 `static`、`native`、`public`、`abstract` 等诸多描述类型;<br/>
|
||||||
|
增加方法和构造方法查找时可模糊方法参数类型为指定个数进行查找;<br/>
|
||||||
|
增加 `Member` 的 `hasModifiers` 扩展功能;<br/>
|
||||||
|
增加 `MethodFinder` 和 `ConstructorFinder` 中的 `give` 方法,可获得原始类型;<br/>
|
||||||
|
增加 `YukiHookModulePrefs` 中的 `PrefsData` 模板功能;<br/>
|
||||||
|
彻底对方法、构造方法及变量的查找方案进行重构;<br/>
|
||||||
|
优化代码注释,修复了可能产生的 BUG。
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ ext {
|
|||||||
devUser = "fankesyooni"
|
devUser = "fankesyooni"
|
||||||
userEmail = "qzmmcn@163.com"
|
userEmail = "qzmmcn@163.com"
|
||||||
groupId = "com.highcapable.yukihookapi"
|
groupId = "com.highcapable.yukihookapi"
|
||||||
apiVersion = "1.0.66"
|
apiVersion = "1.0.67"
|
||||||
repoName = "YukiHookAPI"
|
repoName = "YukiHookAPI"
|
||||||
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
||||||
licenceName = "MIT License"
|
licenceName = "MIT License"
|
||||||
|
Reference in New Issue
Block a user