v3.2.6 稳定版本备份

This commit is contained in:
huangzhenpc
2025-02-12 13:20:06 +08:00
parent c2e3c99b8a
commit 6281f86743
14 changed files with 2197 additions and 141 deletions

View File

@@ -13,7 +13,12 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[('icon', 'icon'), ('version.txt', '.')],
hiddenimports=[],
hiddenimports=[
'win32gui', 'win32con', 'win32process', 'psutil', # Windows API 相关
'tkinter', 'tkinter.ttk', # GUI 相关
'requests', 'urllib3', 'certifi', # 网络请求相关
'json', 'uuid', 'hashlib', 'logging' # 基础功能相关
],
hookspath=[],
hooksconfig={},
runtime_hooks=[],