发布日期:2025-09-11 浏览次数:419
1.修复因组件异步导致的部署时不等待的问题
2.默认启用进程允许多开
3.Project1.py添加了一个if判断,以防止用户手动修改图标名后出错无提示
4.修复print函数输出\r\n的问题
5.修复启动页在非中文系统中tips乱码问题
6.NiceChat、NiceGrid、NiceGridSync添加了代码提示解析
7.隐藏UML Interactive窗口
8.修复主界面脚本文件部署附带打包文件路径问题
9.替换自动更新组件AutoUpgrader为Upgrader
10.主程序和安装包重新设置回管理员权限
11.修复新建和打开Tkinter和PyQT窗口时以及设置属性的报错问题
1. Fixed an issue with component asynchrony causing deployment to not wait
2. Enable multi-opening of processes by default
3. Added an if statement in Project1.py to prevent silent errors after manually modifying the icon name
4. Fixed an issue with the print function outputting \r\n
5. Fixed an issue with garbled text on the startup page tips on non-Chinese operating systems
6. Added code hint parsing for NiceChat, NiceGrid, and NiceGridSync
7. Hide the UML Interactive window
8. Fixed an issue with the package file path included with the main interface script file deployment
9. Replaced the automatic update component AutoUpgrader with Upgrader
10. Reset administrator privileges for the main program and installation package
11. Fixed an error when creating and opening Tkinter and PyQT windows and setting properties