Fix code note link problem in YukiBaseHooker

This commit is contained in:
2022-09-29 02:14:03 +08:00
parent 27f7074a7b
commit 31529c36e7

View File

@@ -57,7 +57,7 @@ import com.highcapable.yukihookapi.hook.xposed.proxy.IYukiHookXposedInit
*
* 详情请参考 [通过自定义 Hooker 创建](https://fankes.github.io/YukiHookAPI/zh-cn/config/api-example#%E9%80%9A%E8%BF%87%E8%87%AA%E5%AE%9A%E4%B9%89-hooker-%E5%88%9B%E5%BB%BA)
*
* For English version, see [Created with Custom Hooker](https://fankes.github.io/YukiHookAPI/en/config/api-example#created-with-custom-hooker)
* For English version, see [Created by Custom Hooker](https://fankes.github.io/YukiHookAPI/en/config/api-example#created-by-custom-hooker)
*/
abstract class YukiBaseHooker : PackageParam() {