fix: typo

This commit is contained in:
2023-10-07 11:19:05 +08:00
parent 8462d9cb34
commit ba9928b43c
8 changed files with 20 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ class DexClassFinder internal constructor(
::: warning
此功能尚在验阶段,性能与稳定性可能仍然存在问题,使用过程遇到问题请向我们报告并帮助我们改进。
此功能尚在验阶段,性能与稳定性可能仍然存在问题,使用过程遇到问题请向我们报告并帮助我们改进。
:::

View File

@@ -136,7 +136,7 @@ inline fun ClassLoader.searchClass(name: String, async: Boolean, initiate: Class
建议启用 **async** 或设置 **name** 参数,**name** 参数将在 Hook APP (宿主) 不同版本中自动进行本地缓存以提升效率。
此功能尚在验阶段,性能与稳定性可能仍然存在问题,使用过程遇到问题请向我们报告并帮助我们改进。
此功能尚在验阶段,性能与稳定性可能仍然存在问题,使用过程遇到问题请向我们报告并帮助我们改进。
:::