mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-07 19:14:08 +08:00
Fix change some English translation in documentation
This commit is contained in:
@@ -300,7 +300,8 @@ class HookEntry : IYukiHookXposedInit {
|
||||
object CustomHooker : YukiBaseHooker() {
|
||||
|
||||
override fun onHook() {
|
||||
// ❗ Wrong method of use, because there is no judgment object in the outer layer, you cannot start Hook directly
|
||||
// ❗ Wrong method of use
|
||||
// Because there is no judgment object in the outer layer, you cannot start Hook directly
|
||||
findClass(name = "com.example.demo.DemoClass").hook {
|
||||
// ...
|
||||
}
|
||||
|
Reference in New Issue
Block a user