Browse Source

图片调整

少言 6 years ago
parent
commit
292ff50f38
2 changed files with 3 additions and 2 deletions
  1. 2
    2
      README.md
  2. 1
    0
      package.json

+ 2
- 2
README.md View File

@@ -74,7 +74,7 @@ Add following to `AndroidManifest.xml`
74 74
 
75 75
 ## Documentation
76 76
 
77
-[声网API文档](https://document.agora.io/cn/1.12/api/)
77
+[声网API文档](https://docs.agora.io/cn/2.0.2/product/Video/API%20Reference/communication_android_video?platform=Android)
78 78
 
79 79
 ##### RtcEngine方法
80 80
 
@@ -149,7 +149,7 @@ RtcEngine.eventEmitter({
149 149
 - 更新示例 React-Native为0.51 
150 150
 - 优化代码
151 151
 
152
-![](http://oy5rz3rfs.bkt.clouddn.com/github/IMG_1058.PNG)
152
+![](http://oy5rz3rfs.bkt.clouddn.com/github/IMG_1058.PNG?imageView/2/w/375)
153 153
 
154 154
 [Example](https://github.com/DBshaoYan/RNAgoraExample)
155 155
 

+ 1
- 0
package.json View File

@@ -4,6 +4,7 @@
4 4
   "description": "声网Agora",
5 5
   "main": "index.js",
6 6
   "scripts": {
7
+    "pu": "npm publish",
7 8
     "test": "echo \"Error: no test specified\" && exit 1"
8 9
   },
9 10
   "repository": {