File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,11 @@ jobs:
216216 if [[ "${{ github.ref }}" =~ [Aa]lpha ]]; then
217217 {
218218 echo "WARNING_TEXT<<EOF"
219- echo "1.修复电视节目剧集列表不显示的问题 "
219+ echo "1.修复 Windows 平台改变窗口大小以及切换全屏模式导致的窗口渲染异常 "
220220 echo "2.优化 ASS 字幕显示效果 "
221- echo "3.其他操作逻辑方面优化 "
221+ echo "3.修复播放器切换全屏后焦点丢失的问题 "
222+ echo "4.MacOS 和 Linux 在更新完成后现在会自动删除安装包 "
223+ echo "5.其他 UI 方面的优化 "
222224 echo " "
223225 echo "感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议: "
224226 echo "@[玉尺书生](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.1.2 "
8+ val appVersion = " 1.1.3 "
99val appVersionSuffix = " Alpha"
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments