feat(engine): 优化超时启动功能的小问题

- 更新接口文档
- 修改国际化文本使得内容不超过标签长度
- 解决强制关闭按钮点击无效的问题
This commit is contained in:
himeditator
2025-08-28 12:22:19 +08:00
parent 051a497f3a
commit 2352bcee5d
7 changed files with 25 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
import socket
import threading
import json
# import time
from utils import thread_data, stdout_cmd, stderr
@@ -33,6 +34,7 @@ def start_server(port: int):
stderr(str(e))
stdout_cmd('kill')
return
# time.sleep(20)
stdout_cmd('connect')
client, addr = server.accept()