Skip to content

Commit

Permalink
FIX: 修改了因目录结构改变而产生的README修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ET-LINK committed Dec 4, 2019
1 parent b66a3ce commit 203bd8d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion EnterAffectiveCloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let client = AffectiveCloudClient(websocketURLString: yourURL, appKey: yourAppKe
| websocketURLString | String | 情感云websocket的url字符串 |
| appKey | String | 情感云的appKey,向您的合作伙伴获取 |
| appSecret | String | 情感云的appSecret,向您的合作伙伴获取 |
| userID | String | 您本地App的id字段 |
| userID | String | 您本地App的id字段, 要保证唯一性, 请参考[id](https://docs.affectivecloud.com/%F0%9F%8E%99%E6%8E%A5%E5%8F%A3%E5%8D%8F%E8%AE%AE/3.%20%E4%BC%9A%E8%AF%9D%E5%8D%8F%E8%AE%AE.html#userID) |


### 服务订阅
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
## 结构说明

- [EnterAffectiveCloud](EnterAffectiveCloud/)提供了向算法平台提供脑波数据和心率数据的接口,同时可以计算多种情绪值
- [EnterAffectiveCloudUI](EnterAffectiveCloudUI/) 提供了各UI模块用以展示实时数据和报表数据(可选)。
- [EnterAffectiveCloudUI](UI/EnterAffectiveCloudUI/) 提供了各UI模块用以展示实时数据和报表数据(可选)。

<img src="https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/4.png" width="500">
<img src="https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/6.png" width="500">

## 安装集成

Expand Down
6 changes: 2 additions & 4 deletions UI/EnterAffectiveCloudUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@

## Demo

<img src="https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/5.png" width="500">

UI库的Demo包含以下组件:
- [1.实时数据演示Demo](EnterRealtimeUIDemo/)
- [2.报表数据演示Demo](EnterReportUIDemo/)
- [1.实时数据演示Demo](../EnterRealtimeUIDemo/)
- [2.报表数据演示Demo](../EnterReportUIDemo/)

## 实时数据UI

Expand Down
2 changes: 1 addition & 1 deletion UI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 结构说明

<img src="https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/5.png" width="500">
<img src="https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/7.png" width="500">

UI库:
- [情感云数据标准UI](EnterAffectiveCloudUI/)
Expand Down
Binary file added img/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 203bd8d

Please sign in to comment.