Skip to content

Commit

Permalink
Update README_ch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaking committed Aug 2, 2019
1 parent c8d9115 commit 39253ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_ch.md
@@ -1,6 +1,6 @@
# Hunter

相关技术文章: [一起玩转Android项目中的字节码](http://quinnchen.me/2018/09/13/2018-09-13-asm-transform/)
相关技术文章: [一起玩转Android项目中的字节码](http://quinnchen.cn/2018/09/13/2018-09-13-asm-transform/)

Hunter是这么一个框架,帮你快速开发插件,在编译过程中修改字节码,它底层基于[ASM](https://asm.ow2.io/)[Gradle Transform API](http://tools.android.com/tech-docs/new-build-system/transform-api)
实现。在这个框架基础上,我尝试开发了几款实用的插件。你也可以用Hunter开发自己的插件,诸如实现App性能监控(UI,网络等等),加强或修改第三方库以满足你的需求,甚至可以加强、修改Android framework的接口。Hunter本身支持增量、并发编译,所以不用担心使用这一系列插件会增加编译时间。
Expand Down Expand Up @@ -39,4 +39,4 @@ Hunter是这么一个框架,帮你快速开发插件,在编译过程中修
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit 39253ce

Please sign in to comment.