mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-08 19:44:16 +08:00
Added new documentations files
This commit is contained in:
55
docs-source/src/en/api/home.md
Normal file
55
docs-source/src/en/api/home.md
Normal 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* Kotlin Static File
|
||||
|
||||
- *annotation* Annotation Class
|
||||
|
||||
- *interface* Interface Class
|
||||
|
||||
- *object* Class (Singleton)
|
||||
|
||||
- *class* Class
|
||||
|
||||
- *field* Field or `get` / `set` method or read-only `get` method
|
||||
|
||||
- *method* Method
|
||||
|
||||
- *enum* Enum constant
|
||||
|
||||
- *ext-field* Extension field (global)
|
||||
|
||||
- *ext-method* Extension method (global)
|
||||
|
||||
- *i-ext-field* Extension field (internal)
|
||||
|
||||
- *i-ext-method* Extension method (internal)
|
9
docs-source/src/en/api/special-features/host-inject.md
Normal file
9
docs-source/src/en/api/special-features/host-inject.md
Normal 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.
|
||||
|
||||
:::
|
@@ -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.
|
||||
|
||||
:::
|
9
docs-source/src/en/api/special-features/logger.md
Normal file
9
docs-source/src/en/api/special-features/logger.md
Normal 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.
|
||||
|
||||
:::
|
9
docs-source/src/en/api/special-features/reflection.md
Normal file
9
docs-source/src/en/api/special-features/reflection.md
Normal 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.
|
||||
|
||||
:::
|
@@ -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.
|
||||
|
||||
:::
|
9
docs-source/src/en/api/special-features/xposed-prefs.md
Normal file
9
docs-source/src/en/api/special-features/xposed-prefs.md
Normal 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.
|
||||
|
||||
:::
|
Reference in New Issue
Block a user