Added next page button in documentation

This commit is contained in:
2022-08-03 01:21:44 +08:00
parent 4160ac5822
commit 9b46c9314c
17 changed files with 65 additions and 18 deletions

View File

@@ -263,4 +263,7 @@
### 1.0 | 2022.02.14
- 首个版本提交至 Maven
- 首个版本提交至 Maven
<br/><br/>
[浏览下一篇 ➡️](about/future.md)

View File

@@ -8,4 +8,7 @@
## 助力维护
感谢您选择并使用 `YukiHookAPI`,如有代码相关的建议和请求,可在 Github 提交 Pull Request。
感谢您选择并使用 `YukiHookAPI`,如有代码相关的建议和请求,可在 Github 提交 Pull Request。
<br/><br/>
[浏览下一篇 ➡️](about/about.md)

View File

@@ -32,4 +32,7 @@ API 已经提供了 Xposed 原生 API 监听接口,你可以 [在这里](confi
作为 API 来讲,目前仅仅对接 `XposedBridge` 作为兼容层,还是有一定的局限性。
大部分 `inline hook` 没有 `Java` 兼容层,后期可能会考虑 `native hook``Java` 兼容层适配。
大部分 `inline hook` 没有 `Java` 兼容层,后期可能会考虑 `native hook``Java` 兼容层适配。
<br/><br/>
[浏览下一篇 ➡️](about/contacts.md)