Added new documentations files

This commit is contained in:
2022-09-17 14:46:07 +08:00
parent dbd5a74a5c
commit 237d5cbed0
99 changed files with 20686 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
---
next:
text: Public API
link: /en/api/public/com/highcapable/yukihookapi/YukiHookAPI
---
# Document Introduce
> The document here will synchronize the relevant usage of the latest API version, please keep `YukiHookAPI` as the latest version to use the latest version of the function.
## Function Description
> The function description mainly introduces the related usage and purpose of the current API.
## Function Example Description
> The function examples mainly show the basic usage examples of the current API for reference.
## Change Record Description
The function of the first version will be marked as `v<version>` `first`;
New function added later will be marked as `v<version>` `added`;
Later modified function will be appended as `v<version>` `modified`;
Later deprecated function will be marked as `v<version>` `deprecated` and strikethrough;
Later removed function will be marked as `v<version>` `removed` and strikethrough.
## Related Symbols Description
- *kt* &nbsp;Kotlin Static File
- *annotation* &nbsp;Annotation Class
- *interface* &nbsp;Interface Class
- *object* &nbsp;Class (Singleton)
- *class* &nbsp;Class
- *field* &nbsp;Field or `get` / `set` method or read-only `get` method
- *method* &nbsp;Method
- *enum* &nbsp;Enum constant
- *ext-field* &nbsp;Extension field (global)
- *ext-method* &nbsp;Extension method (global)
- *i-ext-field* &nbsp;Extension field (internal)
- *i-ext-method* &nbsp;Extension method (internal)

View File

@@ -0,0 +1,9 @@
# Host Resource Injection Extension *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::

View File

@@ -0,0 +1,9 @@
# Host Lifecycle Extension *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::

View File

@@ -0,0 +1,9 @@
# Debug Logger *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::

View File

@@ -0,0 +1,9 @@
# Reflection Extensions *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::

View File

@@ -0,0 +1,9 @@
# Xposed Module and Host Channel *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::

View File

@@ -0,0 +1,9 @@
# Xposed Module Data Storage *
::: warning
The current page has not been translated yet.
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
:::