mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-01-27 17:02:55 +08:00
3dd2013131
将重要属性保存到 `@property` 保护的实例属性中,实现只读,外部操作更安全; 将非常耗时的 `get_py_version()` 和 `get_installed_packages()` 处理为有缓存的懒加载;