feat: add ProcessDock process and port manager

This commit is contained in:
王鹏
2026-07-17 09:14:45 +08:00
commit 13bb37585f
22 changed files with 2201 additions and 0 deletions

3
requirements-build.txt Normal file
View File

@@ -0,0 +1,3 @@
-r requirements.txt
pyinstaller>=6.10,<7
Pillow>=10,<13