Merge documentation files

This commit is contained in:
2022-05-27 05:22:05 +08:00
parent 6b9d375993
commit 3419430b8d
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
- 方便移植 快速上手
<font size=3 style="opacity: 0.6">`更新时间 2022-05-27 05:13`</font>
<font size=3 style="opacity: 0.6">`更新时间 2022-05-27 05:20`</font>
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)

View File

@@ -235,7 +235,7 @@ injectResource {
name = "test_string"
string()
}
replaceToModuleResource(R.id.module_string)
replaceToModuleResource(R.string.module_string)
}
```