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

@@ -335,7 +335,7 @@
- 修复旧版本 LSPosed 框架情况下欢迎信息多次打印的问题
- 添加 `onInit` 方法来配置 `YukiHookAPI`
- 新增 `executorName``executorVersion` 来获取当前 Hook 框架的名称和版本号
- 新增 `executorName``executorVersion` 来获取当前 Hook Framework 的名称和版本号
- 新增 `by` 方法来设置 Hook 的时机和条件
- `YukiHookModulePrefs` 新增可控制的键值缓存,可在宿主运行时模块动态更新数据
- 修复了一些可能存在的 BUG