mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 11:09:52 +08:00
docs: update README, README-zh-CN
This commit is contained in:
56
README.md
56
README.md
@@ -1,52 +1,44 @@
|
||||
# Yuki Reflection
|
||||
|
||||

|
||||

|
||||
[](https://t.me/YukiReflection)
|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||
<br/>
|
||||
<br/>
|
||||
🌴️ An efficient Reflection API for the Android platform built in Kotlin.
|
||||
<br/>
|
||||
[](https://github.com/fankes/YukiReflection/blob/master/LICENSE)
|
||||
[](https://github.com/fankes/YukiReflection/releases)
|
||||
[](https://t.me/YukiReflection)
|
||||
[](https://t.me/HighCapable_Dev)
|
||||
|
||||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
||||
|
||||
🌴️ An efficient Reflection API for Java and Android built in Kotlin.
|
||||
|
||||
English | [简体中文](https://github.com/fankes/YukiReflection/blob/master/README-zh-CN.md)
|
||||
|
||||
## What's this
|
||||
|
||||
- This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin, and it is also the core function
|
||||
being used by [YukiHookAPI](https://github.com/fankes/YukiHookAPI)
|
||||
- The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016)
|
||||
This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin,
|
||||
and it is also the core function being used by [YukiHookAPI](https://github.com/fankes/YukiHookAPI).
|
||||
|
||||
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
|
||||
|
||||
## What it can do
|
||||
|
||||
- Instead of Java's native Reflection API, use a more user-friendly language to implement a more complete set of reflection solutions
|
||||
- Use annotations to declare classes, methods, and fields that need reflection, construct a `stub`, and call directly to achieve the same
|
||||
function as the Reflection API, which is more elegant and efficient (under development, and it is expected to gradually implement this function
|
||||
later)
|
||||
Instead of Java's native Reflection API, use a more user-friendly language to implement a more complete set of reflection solutions.
|
||||
|
||||
Use annotations to declare classes, methods, and fields that need reflection, construct a `stub`,
|
||||
and call directly to achieve the same function as the Reflection API, which is more elegant and efficient.
|
||||
(under development, and it is expected to gradually implement this function later)
|
||||
|
||||
## Get Started
|
||||
|
||||
- [Click here](https://fankes.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.
|
||||
[Click here](https://fankes.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.
|
||||
|
||||
## Contacts
|
||||
## Promotion
|
||||
|
||||
- [Follow us on Telegram](https://t.me/YukiReflection)
|
||||
If you are looking for a Gradle plugin that can automatically manage Gradle project dependencies,
|
||||
you can check out the [SweetDependency](https://github.com/HighCapable/SweetDependency) project.
|
||||
|
||||
## Features
|
||||
If you are looking for a Gradle plugin that can automatically generate properties key-values,
|
||||
you can check out the [SweetProperty](https://github.com/HighCapable/SweetProperty) project.
|
||||
|
||||
If you like the `YukiReflection` project, we welcome you to make a **PR** in this project, any suggestions for improvement and new features.
|
||||
|
||||
## Cooperations
|
||||
|
||||
The following are projects that have collaborated and are using `YukiReflection`.
|
||||
|
||||
| Repository | Developer |
|
||||
|------------------------------------------------------|------------------------------------------|
|
||||
| [YukiHookAPI](https://github.com/fankes/YukiHookAPI) | [fankesyooni](https://github.com/fankes) |
|
||||
|
||||
Are you also using `YukiReflection`? Come and **PR** to add your repository to the list above (private repositories do not need to indicate web
|
||||
links).
|
||||
This project also uses **SweetDependency** and **SweetProperty**.
|
||||
|
||||
## Star History
|
||||
|
||||
|
Reference in New Issue
Block a user