File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -214,12 +214,10 @@ jobs:
214214 shell : bash
215215 run : |
216216 # Define common release notes
217- NOTES="1.支持配置信息根据登录用户隔离存储
218- 2.修复播放器全屏模式从最小化恢复后视频画面不显示的问题
219- 3.修复电视节目分季列表不显示的的问题
220- 4.解决登录界面输入密码时会调用输入法的问题
221- 5.修复播放器界面鼠标移出播放器,播放器 UI 不隐藏的问题
222- 6.优化 UI 方面用户体验
217+ NOTES="1.剧集季详情页中的剧集列表现在会滚动至当前播放的剧集
218+ 2.播放器支持双击切换全屏/窗口模式
219+ 3.优化视频起播延迟时间
220+ 4.优化 UI 方面用户体验
223221
224222 感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议:
225223 @[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[MR_XIAOBO](https://github.com/xiaobonet) @[汪仔饭](https://club.fnnas.com/home.php?mod=space&uid=5021) @*观如
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55val osName = System .getProperty(" os.name" ).lowercase()
66val osArch = System .getProperty(" os.arch" ).lowercase()
77
8- val appVersion = " 1.2.0 "
8+ val appVersion = " 1.2.1 "
99val appVersionSuffix = " "
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments