File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,8 @@ jobs:
216216 if [[ "${{ github.ref }}" =~ [Aa]lpha ]]; then
217217 {
218218 echo "WARNING_TEXT<<EOF"
219- echo "1.支持对字幕时移、位置和字号大小进行调整 "
220- echo "2.增强 ASS 字幕特效的渲染效果 "
221- echo "3.增加窗口置顶功能 "
222- echo "4.其他 UI 方面的优化 "
219+ echo "1.修复 ASS 双语字幕重叠的问题 "
220+ echo "2.更新弹窗支持显示多版本的更新内容 "
223221 echo " "
224222 echo "感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议: "
225223 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.0 "
8+ val appVersion = " 1.1.1 "
99val appVersionSuffix = " Alpha"
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments