# PkWebView **Repository Path**: crwth/PkWebView ## Basic Information - **Project Name**: PkWebView - **Description**: 加速访问 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PkWebView - WebView组件的封装,实现秒开 - 项目地址:https://github.com/Peakmain/PkWebView - **使用文档链接:** https://github.com/Peakmain/PkWebView/wiki ### 怎样使用 #### Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` but If it is a new version of Android studio,Add it in your root setting.gradle at the end of repositories: ``` dependencyResolutionManagement { repositories { ... maven { url 'https://jitpack.io' } } } ``` #### Step 2. Add the dependency ``` dependencies { implementation 'com.github.Peakmain:PkWebView:+' } ``` #### 关于我 - 简书([https://www.jianshu.com/u/3ff32f5aea98](https://www.jianshu.com/u/3ff32f5aea98)) - 我的GitHub地址([https://github.com/Peakmain](https://links.jianshu.com/go?to=https%3A%2F%2Fgithub.com%2FPeakmain)) #### Donations 如果您觉得我的开源库帮您节省了大量的开发时间,请扫描下方的二维码随意打赏,您的支持将激励我不断前进 ![微信](https://user-images.githubusercontent.com/26482737/184805287-0561a7e2-da13-4ef4-b367-c5e8672c121d.jpg) ![支付宝](https://user-images.githubusercontent.com/26482737/184805306-f44511a7-7660-4fe1-9f07-305005576c2c.jpg)