Skip to content

Commit

Permalink
1、修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Oct 17, 2024
1 parent c2afeba commit 7f711ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@
alt="Sponsors"
/></a>
</p>
# Brief Description

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is a framework that helps Android App transform into AOP architecture. With just one annotation, you can request permissions, switch threads, prohibit multiple clicks, monitor all click events at once, monitor the life cycle, etc. You can also customize your own Aop code without using AspectJ.

# README.md
- en [English](https://github.com/FlyJingFish/AndroidAOP/blob/master/README_EN.md)
- zh_CN [简体中文](https://github.com/FlyJingFish/AndroidAOP/blob/master/README.md)

# Brief Description

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is a framework that helps Android App transform into AOP architecture. With just one annotation, you can request permissions, switch threads, prohibit multiple clicks, monitor all click events at once, monitor the life cycle, etc. You can also customize your own Aop code without using AspectJ.


## Special feature

1 . This library has built-in some aspect annotations commonly used in development for you to use.
Expand Down

0 comments on commit 7f711ac

Please sign in to comment.