mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Changed Finder function
This commit is contained in:
@@ -73,6 +73,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
||||
injectMember {
|
||||
method {
|
||||
name = "getFirstText"
|
||||
emptyParam()
|
||||
returnType = StringType
|
||||
}
|
||||
// 执行替换 Hook
|
||||
@@ -122,6 +123,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
||||
injectMember {
|
||||
method {
|
||||
name = "toast"
|
||||
emptyParam()
|
||||
returnType = UnitType
|
||||
}
|
||||
// 拦截整个方法
|
||||
@@ -137,6 +139,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
||||
injectMember {
|
||||
method {
|
||||
name = "getDataText"
|
||||
emptyParam()
|
||||
returnType = StringType
|
||||
}
|
||||
// 执行替换 Hook
|
||||
|
Reference in New Issue
Block a user