最初一个版本,已经初步实现各种功能

主页连接
远程命令
django
Gunicorn操作
This commit is contained in:
2025-08-28 20:44:35 +08:00
commit d559a85feb
22 changed files with 3841 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
PySide6>=6.5.0
paramiko>=2.11.0
loguru>=0.7.0