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

5
ProcessDock.pyw Normal file
View File

@@ -0,0 +1,5 @@
from app import main
if __name__ == "__main__":
raise SystemExit(main())