This commit is contained in:
2022-02-12 02:22:44 +08:00
parent 676490eaca
commit b6f02080fe
3 changed files with 44 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ class MainHook : YukiHookXposedInitProxy {
field {
name = "secondText"
type = StringType
}.set(instance, "I am hook result")
}.get(instance).set("I am hook result")
}
}
// 注入要 Hook 的方法