Changelog
- add --maximize and --start-to-tray options, starts the maximized window, the other starts by default hidden in the menu bar.
- Fixed Chinese name display issuesResolved issues with Chinese application names not displaying correctly in title bars and
system menus. Chinese names now display properly across all platforms. - Support for multiple instancesUsers can now run multiple instances of the same application simultaneously, overcoming
previous single-instance limitations. Enable this feature using the --multi-instance command line parameter. - Support for hide-on-close parameterAdded hide-on-close functionality that allows applications to hide to the system tray
when closed instead of quitting completely. Enable using the --hide-on-close parameter. - Support for blob scene downloadingEnhanced download capabilities to properly handle blob-type file downloads, resolving
previous download failures for dynamically generated content. - Fixed the issue of using local icon files. Now you can directly use local images as icons in the application.
更新日志
- 增加 --maximize 和 --start-to-tray 参数,一个启动最大化窗口,一个默认启动隐藏到菜单栏
- 修复中文名称问题解决了应用名称使用中文时显示不正确的问题,现在中文名称可以正常显示在应用标题栏和系统菜单中。
- 支持多实例运行允许用户同时运行多个相同的应用实例,避免了之前的单实例限制,现在可以通过命令行参数 --multi-instance
启用此功能。 - 支持隐藏关闭参数新增了隐藏关闭功能,可以将应用设置为关闭时自动隐藏到托盘而不是完全退出,通过 --hide-on-close
参数启用。 - 支持 blob 场景下载增强了下载功能,现在可以正确处理 blob 类型的文件下载,解决了之前下载失败的问题。
- 修复了使用本地图标文件的问题,现在可以在应用中直接使用本地图片作为图标。