This commit is contained in:
2022-02-04 01:35:03 +08:00
parent 907a8400a7
commit 6feaa6cf1b
3 changed files with 155 additions and 18 deletions

View File

@@ -104,6 +104,11 @@ class MainInjecter : YukiHookXposedInitProxy {
afterHook {
Toast.makeText(instance(), "手动 Hook", Toast.LENGTH_SHORT).show()
}
}.failures {
onConductFailure { _, _ -> }
onHookingFailure {}
onNoSuchMemberFailure {}
onAllFailure {}
}
}
}