diff --git a/README-zh-CN.md b/README-zh-CN.md index 40c8090..a111691 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -11,6 +11,11 @@ [English](https://github.com/HighCapable/YukiReflection/blob/master/README.md) | 简体中文 +| LOGO | [HighCapable](https://github.com/HighCapable) | +|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------| + +这个项目属于上述组织,**点击上方链接关注这个组织**,发现更多好项目。 + ## 这是什么 这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API,同时也是 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) diff --git a/README.md b/README.md index 0ffa47a..6da0aea 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ English | [简体中文](https://github.com/HighCapable/YukiReflection/blob/master/README-zh-CN.md) +| LOGO | [HighCapable](https://github.com/HighCapable) | +|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------| + +This project belongs to the above-mentioned organization, **click the link above to follow this organization** and discover more good projects. + ## What's this This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin,