- [Feature] Change the build method from pyinstaller to cx_Freeze.
Due to switching from an Intel Macbook to an M3 Macbook, there have always been issues with the x86 executable files built with pyinstaller, so I switched to building with cx_Freeze.
- [功能] 将pyinstaller构建方式更改为cx_Freeze
由于将 Intel Macbook 更换到了 M3 Macbook,使用 pyinstaller 构建的 x86 可执行文件,始终存在问题,所以更换为 cx_Freeze 构建。