Modify change documentation

This commit is contained in:
2022-08-26 19:53:53 +08:00
parent fca57d7380
commit fa352c7c7c
2 changed files with 3 additions and 1 deletions

View File

@@ -148,6 +148,8 @@ fun useDangerousOperation(option: String)
你还需要在整个作用域中声明注解 `CauseProblemsApi` 以消除警告。
若你只需要 Hook `ClassLoader``loadClass` 方法,请参考 [ClassLoader.fetching](api/document?id=classloaderfetching-i-ext-method)。
!> 若你不知道允许此功能会带来何种后果,请勿使用。
### MemberHookCreater *- class*

View File

@@ -640,7 +640,7 @@ JavaMethod.hook {
这些功能是系统内部的,<u>**它们不应该被 Hook在部分 Hook Framework 上可能不被支持,还会引发其它错误**</u>,请尝试更换 Hook 点。
若你仍要使用此功能,请参考 [useDangerousOperation](api/document?id=usedangerousoperation-method) 并在 `hook` 方法体内第一位加入方法 `useDangerousOperation` 并键入 `Yes do as I say!`
若你仍要使用此功能,请参考 [useDangerousOperation](api/document?id=usedangerousoperation-method)。
> 示例如下