File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,9 @@ jobs:
216216 if [[ "${{ github.ref }}" =~ [Aa]lpha ]]; then
217217 {
218218 echo "WARNING_TEXT<<EOF"
219- echo "1.修复 ASS 双语字幕重叠的问题 "
220- echo "2.更新弹窗支持显示多版本的更新内容 "
219+ echo "1.修复电视节目剧集列表不显示的问题 "
220+ echo "2.优化 ASS 字幕显示效果 "
221+ echo "3.其他操作逻辑方面优化 "
221222 echo " "
222223 echo "感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议: "
223224 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.1 "
8+ val appVersion = " 1.1.2 "
99val appVersionSuffix = " Alpha"
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments