feat(terminal): add two-row floating keyboard buttons for common commands (mobile only) (#13876)

* feat(terminal): add two-row floating keyboard buttons for common commands (mobile only)

* Fix missing newline at end of pl.rs

Add missing newline at the end of the file.
This commit is contained in:
alonginwind
2025-12-28 15:41:25 +08:00
committed by GitHub
parent 969ea28d06
commit 3384eda8b7
51 changed files with 247 additions and 30 deletions

View File

@@ -729,5 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("server-oss-not-support-tip", ""),
("input note here", ""),
("note-at-conn-end-tip", ""),
("Show terminal extra keys", ""),
].iter().cloned().collect();
}