Browse Source

更新文档

drake 4 years ago
parent
commit
ca996417a9
2 changed files with 3 additions and 1 deletions
  1. 1 1
      README.md
  2. 2 0
      docs/log-recorder.md

+ 1 - 1
README.md

@@ -110,7 +110,7 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.15'
 
-implementation 'com.github.liangjingkanji:Net:2.3.9'
+implementation 'com.github.liangjingkanji:Net:2.3.10'
 ```
 
 <br>

+ 2 - 0
docs/log-recorder.md

@@ -16,6 +16,8 @@ Net扩展`Okhttp Profiler`插件支持更好的日志拦截信息, 支持加密
 
 <img src="https://i.imgur.com/lZ0RvN4.png" width="80%"/>
 
+> 请在每次使用前都先打开插件窗口, 如果有延迟或者不显示就反复打开下窗口
+
 
 ### 3) 初始化
 ```kotlin hl_lines="3"