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 @@ -317,12 +317,12 @@ jobs:
317317 shell : bash
318318 run : |
319319 # Define common release notes
320- NOTES="1.修复 MacOS 端应用启动时崩溃的问题
320+ NOTES="1.优化 Webview 组件的初始化逻辑
321321
322322 因为此版本更新了可执行程序名称,自动安装后出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
323323
324324 感谢以下飞牛共建团成员反馈问题并协助排查:
325- @[MR_XIAOBO ](https://github. com/xiaobonet )
325+ @[玉尺书生 ](https://club.fnnas. com/home.php?mod=space&uid=6482 )
326326
327327 > **当前应用中没有展示出来或者点击没有反应的就是还没做的功能,后面陆续都会实现,请仅对已实现的功能提出合理意见,感谢理解**
328328 "
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.4.6 "
9+ val appVersion = " 1.4.7 "
1010val appVersionSuffix = " "
1111
1212val platformStr = when {
You can’t perform that action at this time.
0 commit comments