Skip to content

Commit a62bb93

Browse files
authored
Merge pull request #1021 from haoxiuwen/doc-v2
Add HarmonyOS 1.4.2 Release Notes
2 parents 534c2bc + 9b71b7a commit a62bb93

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/document/harmonyos/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 前提条件
1515

16-
- DevEco Studio NEXT Developer Beta2(5.0.3.502)及以上;
16+
- DevEco Studio NEXT Release(5.0.3.900)及以上;
1717
- HarmonyOS SDK API 12 及以上;
1818
- 有效的环信即时通讯 IM 开发者账号和 App key,见 [环信即时通讯云控制台](https://console.easemob.com/user/login)
1919

@@ -36,7 +36,7 @@
3636

3737
4. 点击 **Finish**。根据屏幕提示,安装所需插件。
3838

39-
上述步骤使用 **DevEco Studio NEXT Developer Beta2(5.0.3.502** 示例。
39+
上述步骤使用 **DevEco Studio NEXT Release(5.0.3.900** 示例。
4040

4141
### 2. 在工程 `build-profile.json5` 中设置支持字节码 HAR 包。
4242

docs/document/harmonyos/releasenote.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<Toc />
44

5+
## 版本 V1.4.2 Dev 2024-11-04(开发版)
6+
7+
### 优化
8+
9+
- 优化 [ChatManager#fetchHistoryMessages](message_retrieve.html#从服务器获取指定会话的消息) 中自动下载缩略图的逻辑。
10+
11+
### 修复
12+
13+
- 修复消息扩展属性中不支持其他平台整型、浮点型等数据类型的问题。
14+
515
## 版本 V1.4.1 Dev 2024-10-28(开发版)
616

717
### 新增特性

docs/document/web/push/push_notification_mode_dnd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ WebIM.conn.getSilentModeForAll()
120120

121121
## 获取设置了推送通知方式的所有会话
122122

123-
你可以调用 `getAllSilentModeConversations` 方法获取设置了推送通知方式的所有会话。
123+
你可以调用 `getSilentModeRemindTypeConversations` 方法获取设置了推送通知方式的所有会话。
124124

125125
[推送通知方式](#推送通知方式)包含以下三类:接收所有离线消息的推送通知、仅接收提及某些用户的消息的推送通知、不接收离线消息的推送通知。
126126

127127
```javascript
128128
// pageSize 的取值范围为 [1,100],默认值为 10。
129-
connection.getAllSilentModeConversations({pageSize: 10})
129+
connection.getSilentModeRemindTypeConversations({pageSize: 10})
130130
```
131131

132132
## 设置单个会话的推送通知

0 commit comments

Comments
 (0)