Update README_EN.md

This commit is contained in:
Baobhan Sith
2025-05-10 19:01:36 +08:00
committed by GitHub
parent 3c6eda03fb
commit 5efe0fe5b4
+6 -1
View File
@@ -135,7 +135,12 @@ docker-compose up -d
```
## 📚 Usage Guide
Here are some implicit practical features.
### Suspend Session Component
You can right-click in the SSH tab to select "Suspend Session" (long-press on mobile). Once suspended, even if the web connection is lost, the backend will automatically take over and keep the SSH connection active. You can resume the session at any time via the panel. This ensures that tasks such as compilation or long-running processes wont be interrupted due to network issues.
This feature not only supports uninterrupted execution of long tasks, but also allows sharing the same SSH session across multiple locations, meeting various usage needs.
### Command Input Component