docs: update comment in ReflectionMigration

This commit is contained in:
2025-06-17 18:52:19 +08:00
parent de5a3ffe83
commit 701cbe0fc0

View File

@@ -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"
}