add install page

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-10-09 20:32:28 +08:00
parent c1b9a3f53d
commit 089cf41a2f
4 changed files with 242 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import 'dart:io';
const double kDesktopRemoteTabBarHeight = 28.0;
/// [kAppTypeMain] used by 'Desktop Main Page' , 'Mobile (Client and Server)' , 'Desktop CM Page'
/// [kAppTypeMain] used by 'Desktop Main Page' , 'Mobile (Client and Server)' , 'Desktop CM Page', "Install Page"
const String kAppTypeMain = "main";
const String kAppTypeDesktopRemote = "remote";
const String kAppTypeDesktopFileTransfer = "file transfer";