-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(project): upgrade version to 1.5.0 (#1282)
- Loading branch information
1 parent
3b4e7d8
commit d4cd479
Showing
5 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,7 @@ module.exports = { | |
"webstorm", | ||
"Frameless", | ||
"micromessenger", | ||
"bokeh", | ||
|
||
// CNCF | ||
"nindent", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Features | ||
|
||
1. Support next step operation in PPT with click tool | ||
|
||
## Improved | ||
|
||
1. Adjust the interaction of disconnecting and reconnecting the whiteboard | ||
2. Adjust the interaction of calling up APP in WeChat | ||
3. Add bokeh effect when loading PDF image resources | ||
|
||
## Fixed | ||
|
||
1. When teachers use large files (PDF), there is a probability that the student side will turn pages out of sync | ||
2. After one party disconnects and reconnects successfully, the other party still incorrectly shows that the user has left |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 新增 | ||
|
||
1. 支持在 PPT 中使用点击工具进行下一步操作 | ||
|
||
## 优化 | ||
|
||
1. 调整白板断线重连交互 | ||
2. 调整微信中唤起 APP 的交互 | ||
3. 添加 PDF 图片资源加载时的虚化效果 | ||
|
||
## 修复 | ||
|
||
1. 老师使用大文件时(PDF)学生端有概率出现翻页不同步 | ||
2. 一方断线重连成功后,另一方仍然错误显示该用户已离开 |