feat: add rustdesk uni links protocol

This commit is contained in:
Kingtous
2022-10-12 21:57:19 +08:00
parent 3593fb0463
commit 2eab0d8832
4 changed files with 42 additions and 7 deletions

View File

@@ -9,6 +9,9 @@ const String kAppTypeDesktopRemote = "remote";
const String kAppTypeDesktopFileTransfer = "file transfer";
const String kAppTypeDesktopPortForward = "port forward";
const String kUniLinksPrefix = "rustdesk://";
const String kActionNewConnection = "connection/new/";
const String kTabLabelHomePage = "Home";
const String kTabLabelSettingPage = "Settings";