Fix a keyword misspell in YukiHookAPI.Configs

This commit is contained in:
2022-08-19 20:56:43 +08:00
parent 99c64ec96d
commit d0fbd58735
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ var isEnableHookSharedPreferences: Boolean
> 是否启用 Hook `SharedPreferences`。
启用后将在模块启动时强制将 `SharedPreferences` 文件权限调整为 `Context.MODE_WORLD_READABLE` (0644)。
启用后将在模块启动时强制将 `SharedPreferences` 文件权限调整为 `Context.MODE_WORLD_READABLE` (0664)。
!> 这是一个可选的实验性功能,此功能默认不启用。