File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ jobs:
226226 shell : bash
227227 run : |
228228 # Define common release notes
229- NOTES="1.修复 Mac 下使用 NAS 登录 WebView 界面无法正常显示的问题
230- 2.使用 FN ID 登录时现在会自动探测是否是内网环境
229+ NOTES="1.优化登录历史记录逻辑
230+ 2. 优化登录界面 UI
231231
232232 感谢以下飞牛共建团成员反馈问题并协助排查:
233233 @[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[一西啊](https://club.fnnas.com/home.php?mod=space&uid=785)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66val osName = System .getProperty(" os.name" ).lowercase()
77val osArch = System .getProperty(" os.arch" ).lowercase()
88
9- val appVersion = " 1.3.2 "
9+ val appVersion = " 1.3.3 "
1010val appVersionSuffix = " "
1111
1212val platformStr = when {
You can’t perform that action at this time.
0 commit comments