feature(master): Add remote chat feature

This commit is contained in:
yuanyuanxiang
2025-06-08 23:49:19 +08:00
parent fa8655fc0a
commit ae39639e9f
11 changed files with 281 additions and 0 deletions

View File

@@ -80,6 +80,7 @@
#define WM_OPENPROXYDIALOG WM_USER+3014
#define WM_OPENHIDESCREENDLG WM_USER+3015
#define WM_OPENMACHINEMGRDLG WM_USER+3016
#define WM_OPENCHATDIALOG WM_USER+3017
enum
{
@@ -97,6 +98,7 @@ enum
PROXY_DLG,
HIDESCREEN_DLG,
MACHINE_DLG,
CHAT_DLG,
};