refactor: 优化启停逻辑

This commit is contained in:
jxxghp
2025-05-13 23:47:12 +08:00
parent cf28e1d963
commit ee9c4948d3
4 changed files with 58 additions and 23 deletions

View File

@@ -12,3 +12,9 @@ def stop_command():
停止命令
"""
pass
def restart_command():
"""
重启命令
"""
Command().init_commands()