File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,10 @@ jobs:
216216 if [[ "${{ github.ref }}" =~ [Aa]lpha ]]; then
217217 {
218218 echo "WARNING_TEXT<<EOF"
219- echo "修复剧集无法播放、音量计算错误等若干问题 "
220- echo " "
221- echo "详情请参考 git commit 日志 "
219+ echo "1.支持对字幕时移、位置和字号大小进行调整 "
220+ echo "2.增强 ASS 字幕特效的渲染效果 "
221+ echo "3.增加窗口置顶功能 "
222+ echo "4.其他 UI 方面的优化 "
222223 echo " "
223224 echo "感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议: "
224225 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.0.14 "
8+ val appVersion = " 1.0.15 "
99val appVersionSuffix = " Alpha"
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments