瀏覽代碼

Update README.md

Ben Hsieh 9 年之前
父節點
當前提交
4d838516d2
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      README.md

+ 4
- 0
README.md 查看文件

772
 
772
 
773
 A set of configurations that will be injected into a `fetch` method, with the following properties.
773
 A set of configurations that will be injected into a `fetch` method, with the following properties.
774
 
774
 
775
+#### indicator:boolean
776
+  `0.5.6`
777
+  Set this property to `true` to display a network indicator on status bar, this feature is only supported on IOS.
778
+
775
 #### trusty:boolean
779
 #### trusty:boolean
776
   `0.5.3`
780
   `0.5.3`
777
   Set this property to `true` will allow the request create connection with server have self-signed SSL certification. This is not recommended to use in production.
781
   Set this property to `true` will allow the request create connection with server have self-signed SSL certification. This is not recommended to use in production.