docs: update some functions

This commit is contained in:
2023-09-22 21:59:20 +08:00
parent 98b1c0556e
commit 7a62fc2894
11 changed files with 256 additions and 47 deletions

View File

@@ -18,14 +18,6 @@ and it is also the core function being used by [YukiHookAPI](https://github.com/
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)
## Get Started
[Click here](https://fankes.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.