style: use "2.0.0" instead "2.x.x"

This commit is contained in:
2023-10-07 17:15:35 +08:00
parent 99abe9190c
commit d84fdd6af1
4 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ Please note that the more the same type **Class** is matched, the slower the spe
::: danger
After **YukiHookAPI** 2.x.x released, this function will be deprecated and will be removed directly from **YukiReflection**.
After **YukiHookAPI** **2.0.0** released, this function will be deprecated and will be removed directly from **YukiReflection**.
We welcome all developers to start using [DexKit](https://github.com/LuckyPray/DexKit), which is a high-performance runtime parsing library for **Dex** implemented in C++, which is more efficient than the Java layer in terms of performance, efficient and excellent, it is still in the development stage, your valuable suggestions are welcome.

View File

@@ -116,7 +116,7 @@ Repeated integration will cause functional conflicts and cause exceptions.
In this case, you should go to the [Documentation](https://highcapable.github.io/YukiHookAPI/zh-cn/) of **YukiHookAPI** view the corresponding usage tutorial.
**YukiHookAPI** will be completely separated from **YukiReflection** in version 2.x.x, by which time you can use it with **YukiHookAPI** at the same time.
**YukiHookAPI** will be completely separated from **YukiReflection** in version **2.0.0**, by which time you can use it with **YukiHookAPI** at the same time.
:::

View File

@@ -174,7 +174,7 @@ var isExist = "com.demo.Test".hasClass(customClassLoader)
::: danger
**YukiHookAPI** 发布 2.x.x 版本后,此功能将被标记为作废,且将会直接从 **YukiReflection** 中移除。
**YukiHookAPI** 发布 **2.0.0** 版本后,此功能将被标记为作废,且将会直接从 **YukiReflection** 中移除。
我们欢迎各位开发者开始使用 [DexKit](https://github.com/LuckyPray/DexKit),它是一个使用 C++ 实现的 **Dex** 高性能运行时解析库,在性能方面比 Java 层更加高效与优秀,目前尚在开发阶段,欢迎提出宝贵建议。

View File

@@ -111,7 +111,7 @@ dependencies {
如果你的项目目前正在使用 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) 的 1.x.x 版本,请不要重复集成 **YukiReflection**,因为 **YukiHookAPI** 已经包含了其中的功能且存在针对相关功能的改动,重复集成会造成功能性冲突引发异常,此时你应该前往 **YukiHookAPI** 的 [文档](https://highcapable.github.io/YukiHookAPI/zh-cn/) 查看对应的使用教程。
**YukiHookAPI** 将在 2.x.x 版本完全分离 **YukiReflection**,届时你可以同时与 **YukiHookAPI** 使用。
**YukiHookAPI** 将在 **2.0.0** 版本完全分离 **YukiReflection**,届时你可以同时与 **YukiHookAPI** 使用。
:::