From 701cbe0fc09c0edd751ca2ca019e7f4c88cec737 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 17 Jun 2025 18:52:19 +0800 Subject: [PATCH] docs: update comment in ReflectionMigration --- .../yukihookapi/hook/core/finder/ReflectionMigration.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/ReflectionMigration.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/ReflectionMigration.kt index 0afc050b..cbc2fb00 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/ReflectionMigration.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/ReflectionMigration.kt @@ -30,5 +30,8 @@ internal object ReflectionMigration { * [KavaRef](https://github.com/HighCapable/KavaRef) 迁移指引信息 */ const val KAVAREF_INFO = "YukiHookAPI 会在 2.0.0 版本完全移除自身反射部分的 API,我们推荐你使用 KavaRef 来实现反射功能以获得更好的性能和可维护性。" + - "请参阅:https://github.com/HighCapable/KavaRef" + "请参阅:https://github.com/HighCapable/KavaRef " + + "YukiHookAPI will completely remove the API of its own reflection part in version 2.0.0. " + + "We recommend that you use KavaRef to implement reflection for better performance and maintainability. " + + "See: https://github.com/HighCapable/KavaRef" } \ No newline at end of file