feat: 用户界面实现算法共存与切换

This commit is contained in:
2026-04-20 17:50:36 +08:00
parent 65fbdec0a9
commit 417588acea
7 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class DebugClient:
self.socket.connect(f"tcp://localhost:{port}")
print(f"已连接到调试服务器 (端口 {port})")
print("输入Python代码并按回车执行, 输入 'exit' 退出")
print("可用变量: app, logger")
print("可用变量: app, logger, config_var")
print("-" * 50)
def execute(self, code):