react-native-gizwits-sdk-v5 1.3.96 → 1.3.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- import { Tabs, Tab, Callout } from 'nextra/components'
2
-
3
1
  # API 文档
4
2
 
5
3
  [API文档](https://sdkdoc.gizwits.com/rn/basic)
@@ -19,7 +17,7 @@ import { Tabs, Tab, Callout } from 'nextra/components'
19
17
  * lanCapability
20
18
  * mqttCapability
21
19
 
22
- <img style={{maxWidth: '400px'}} src='https://goms-1251025085.cos.ap-guangzhou.myqcloud.com/gizwits_docs/tuozhan.png' alt=""/>
20
+ ![img](https://goms-1251025085.cos.ap-guangzhou.myqcloud.com/gizwits_docs/tuozhan.png)
23
21
 
24
22
  这三个能力都继承于 GizBaseCapability,都实现了控制、连接等功能。在开发的过程中您可以自由的选择连接某个通道,对某个通道下发指令。
25
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.3.96",
3
+ "version": "1.3.98",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",