mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 03:05:21 +08:00
70 lines
3.3 KiB
Markdown
70 lines
3.3 KiB
Markdown
# Yuki Reflection
|
||
|
||
[](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"/>
|
||
|
||
🌴️ 一个使用 Kotlin 构建的用于 Java 和 Android 平台高效反射 API。
|
||
|
||
[English](https://github.com/fankes/YukiReflection/blob/master/README.md) | 简体中文
|
||
|
||
## 这是什么
|
||
|
||
这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API,同时也是 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 正在使用的核心功能。
|
||
|
||
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
|
||
|
||
## 开始使用
|
||
|
||
[点击这里](https://fankes.github.io/YukiReflection/zh-cn/) 前往文档页面查看更多详细教程和内容。
|
||
|
||
## 项目推广
|
||
|
||
如果你正在寻找一个可以自动管理 Gradle 项目依赖的 Gradle 插件,你可以了解一下 [SweetDependency](https://github.com/HighCapable/SweetDependency) 项目。
|
||
|
||
如果你正在寻找一个可以自动生成属性键值的 Gradle 插件,你可以了解一下 [SweetProperty](https://github.com/HighCapable/SweetProperty) 项目。
|
||
|
||
本项目同样使用了 **SweetDependency** 和 **SweetProperty**。
|
||
|
||
## 捐赠支持
|
||
|
||
工作不易,无意外情况此项目将继续维护下去,提供更多可能,欢迎打赏。
|
||
|
||
<img src="https://github.com/fankes/fankes/blob/main/img-src/payment_code.jpg?raw=true" width = "500" alt="Payment Code"/>
|
||
|
||
## Star History
|
||
|
||

|
||
|
||
## 许可证
|
||
|
||
- [MIT](https://choosealicense.com/licenses/mit)
|
||
|
||
```
|
||
MIT License
|
||
|
||
Copyright (C) 2019-2023 HighCapable
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
of this software and associated documentation files (the "Software"), to deal
|
||
in the Software without restriction, including without limitation the rights
|
||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
copies of the Software, and to permit persons to whom the Software is
|
||
furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in all
|
||
copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
SOFTWARE.
|
||
```
|
||
|
||
版权所有 © 2019-2023 HighCapable |