ab default password

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-09-02 11:31:11 +08:00
parent 334641686c
commit f9e903b762

View File

@@ -87,6 +87,7 @@ message LoginRequest {
OSLogin os_login = 12; OSLogin os_login = 12;
string my_platform = 13; string my_platform = 13;
bytes hwid = 14; bytes hwid = 14;
string salt = 17;
} }
message Terminal { message Terminal {
@@ -328,6 +329,7 @@ message CursorPosition {
message Hash { message Hash {
string salt = 1; string salt = 1;
string challenge = 2; string challenge = 2;
bool support_controlling_salt = 3;
} }
enum ClipboardFormat { enum ClipboardFormat {