Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
tli2 committed Nov 18, 2020
1 parent 302050b commit 3bf6c9d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ kapt "com.github.catch-pig.kotlin-mvp:compiler:last_version"
|transparent|boolean||false|状态栏透明|

#### 5.7 [TimeLog](./annotation/src/main/java/com/catchpig/annotation/TimeLog.kt)-打印方法和构造方法执行的时间

|属性|类型|必须|默认|说明|
|---|:---:|:---|:---|:---|
|value|[LEVEL](./annotation/src/main/java/com/catchpig/annotation/TimeLog.kt)||[LEVEL.D](./annotation/src/main/java/com/catchpig/annotation/TimeLog.kt)|日志等级|

#### 5.8 [ClickGap](./annotation/src/main/java/com/catchpig/annotation/ClickGap.kt)-重复点击延时

|属性|类型|必须|默认|说明|
Expand All @@ -176,6 +176,13 @@ kapt "com.github.catch-pig.kotlin-mvp:compiler:last_version"
|---|:---:|:---|:---|:---|
|value|String||""|字段别名,如果为空则取修饰字段的参数名称|

#### 5.11 [MethodLog](./annotation/src/main/java/com/catchpig/annotation/MethodLog.kt)-打印方法和构造方法以及参数的值

|属性|类型|必须|默认|说明|
|---|:---:|:---|:---|:---|
|value|[LEVEL](./annotation/src/main/java/com/catchpig/annotation/MethodLog.kt)||[LEVEL.D](./annotation/src/main/java/com/catchpig/annotation/MethodLog.kt)|日志等级|


### 6. 刷新分页

#### 使用RefreshLayoutWrapper+RecyclerAdapter控件实现刷新功能
Expand Down

0 comments on commit 3bf6c9d

Please sign in to comment.