Skip to content

Commit 148e1be

Browse files
committed
docs: update README
1 parent 254f7cc commit 148e1be

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

README-zh-CN.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,21 @@
2929

3030
[点击这里](https://highcapable.github.io/YukiHookAPI/zh-cn/) 前往文档页面查看更多详细教程和内容。
3131

32-
有关支持性的相关信息,你可以直接 [点击这里](https://highcapable.github.io/YukiHookAPI/zh-cn/guide/supportive) 进行查看。
32+
有关支持性的相关信息,你可以直接 [点击这里](https://highcapable.github.io/YukiHookAPI/zh-cn/guide/supportive)
33+
进行查看。
3334

3435
| <img src="https://github.com/HighCapable/KavaRef/blob/main/img-src/icon.svg?raw=true" width = "30" height = "30" alt="LOGO"/> | [KavaRef](https://github.com/HighCapable/KavaRef) |
3536
|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
3637

3738
🚀 `YukiHookAPI` 正使用 `KavaRef` 作为反射 API 强力驱动,**点击上方链接 star 这个项目**,你也可以优雅地使用它!
3839

40+
## 探索新版本
41+
42+
`2.x` 版本正在重构中,你可以下方切换到 `2.x` 分支查看当前的开发进度。
43+
44+
| <img src="img-src/icon.png" width = "30" height = "30" alt="LOGO"/> | [YukiHook 2.x](https://github.com/HighCapable/YukiHookAPI/tree/2.x) |
45+
|---------------------------------------------------------------------|---------------------------------------------------------------------|
46+
3947
## 合作项目
4048

4149
以下是经过合作并稳定使用 `YukiHookAPI` 的项目。
@@ -67,7 +75,8 @@
6775
| [HookGG](https://github.com/HdShare/HookGG) | [HdShare](https://github.com/HdShare) |
6876
| [OnePlusPlusLauncher](https://github.com/wizpizz/OnePlusPlusLauncher) | [wizpizz](https://github.com/wizpizz) |
6977

70-
你也在使用 `YukiHookAPI` 吗?快来 **PR** 将你的存储仓库添加到上方的列表 (私有仓库可以不需要注明网页链接)。
78+
你也在使用 `YukiHookAPI` 吗?快来 **PR** 将你的存储仓库添加到上方的列表 (
79+
私有仓库可以不需要注明网页链接)。
7180

7281
## 项目推广
7382

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,42 @@ English | [简体中文](README-zh-CN.md)
1515
| <img src="https://github.com/HighCapable/.github/blob/main/img-src/logo.jpg?raw=true" width = "30" height = "30" alt="LOGO"/> | [HighCapable](https://github.com/HighCapable) |
1616
|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|
1717

18-
This project belongs to the above-mentioned organization, **click the link above to follow this organization** and discover more good projects.
18+
This project belongs to the above-mentioned organization, **click the link above to follow this
19+
organization** and discover more good projects.
1920

2021
## What's this
2122

2223
This is an efficient Hook API rebuilt based on the Xposed API using Kotlin,
2324
and creates rich function extensions for the development of Xposed Modules.
2425

25-
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
26+
The name is taken
27+
from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
2628

27-
Formerly the Innocent Xposed API used in [Development Learning Project](https://github.com/fankes/TMore), now renamed and open sourced.
29+
Formerly the Innocent Xposed API used
30+
in [Development Learning Project](https://github.com/fankes/TMore), now renamed and open sourced.
2831

2932
## Get Started
3033

31-
[Click here](https://highcapable.github.io/YukiHookAPI/en/) go to the documentation page for more detailed tutorials and content.
34+
[Click here](https://highcapable.github.io/YukiHookAPI/en/) go to the documentation page for more
35+
detailed tutorials and content.
3236

33-
For supportive related information, you can check it directly [click here](https://highcapable.github.io/YukiHookAPI/en/guide/supportive).
37+
For supportive related information, you can check it
38+
directly [click here](https://highcapable.github.io/YukiHookAPI/en/guide/supportive).
3439

3540
| <img src="https://github.com/HighCapable/KavaRef/blob/main/img-src/icon.svg?raw=true" width = "30" height = "30" alt="LOGO"/> | [KavaRef](https://github.com/HighCapable/KavaRef) |
3641
|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
3742

3843
🚀 `YukiHookAPI` is using `KavaRef` as a powerful driver for the reflection API.
3944
**Click on the link above star project**, and you can also use it gracefully!
4045

46+
## Explore New Version
47+
48+
The `2.x` version is being refactored, you can switch to the `2.x` branch below to view the current
49+
development progress.
50+
51+
| <img src="img-src/icon.png" width = "30" height = "30" alt="LOGO"/> | [YukiHook 2.x](https://github.com/HighCapable/YukiHookAPI/tree/2.x) |
52+
|---------------------------------------------------------------------|---------------------------------------------------------------------|
53+
4154
## Cooperations
4255

4356
The following are projects that have collaborated and are using `YukiHookAPI`.
@@ -69,7 +82,8 @@ The following are projects that have collaborated and are using `YukiHookAPI`.
6982
| [HookGG](https://github.com/HdShare/HookGG) | [HdShare](https://github.com/HdShare) |
7083
| [OnePlusPlusLauncher](https://github.com/wizpizz/OnePlusPlusLauncher) | [wizpizz](https://github.com/wizpizz) |
7184

72-
Are you also using `YukiHookAPI`? Come and **PR** to add your repository to the list above (private repositories do not need to indicate web
85+
Are you also using `YukiHookAPI`? Come and **PR** to add your repository to the list above (private
86+
repositories do not need to indicate web
7387
links).
7488

7589
## Promotion

0 commit comments

Comments
 (0)