Modify change description "Hook 框架" to "Hook Framework" for all translations in code note and documentation

This commit is contained in:
2023-01-12 01:00:51 +08:00
parent c6c19f174f
commit 359886d7fd
12 changed files with 37 additions and 37 deletions

View File

@@ -238,7 +238,7 @@ object Executor
**Function Illustrate**
> 当前 `YukiHookAPI` 使用的 Hook 框架相关信息。
> 当前 `YukiHookAPI` 使用的 Hook Framework 相关信息。
#### name <span class="symbol">- field</span>
@@ -252,7 +252,7 @@ val name: String
**Function Illustrate**
> 获取当前 Hook 框架的名称。
> 获取当前 Hook Framework 名称。
::: warning
@@ -272,7 +272,7 @@ val apiLevel: Int
**Function Illustrate**
> 获取当前 Hook 框架的 API 版本。
> 获取当前 Hook Framework 的 API 版本。
::: warning
@@ -292,7 +292,7 @@ val versionName: String
**Function Illustrate**
> 获取当前 Hook 框架的版本名称。
> 获取当前 Hook Framework 版本名称。
::: warning
@@ -312,7 +312,7 @@ val versionCode: Int
**Function Illustrate**
> 获取当前 Hook 框架的版本号。
> 获取当前 Hook Framework 版本号。
::: warning