扫码连接终端 相机权限

This commit is contained in:
wanghongen
2023-07-09 13:19:17 +08:00
parent 3a67c43f32
commit 57bbaad9aa
7 changed files with 78 additions and 18 deletions

View File

@@ -134,7 +134,7 @@ class ProxyServer {
return;
}
Map<String, dynamic> config = jsonDecode(await file.readAsString());
logger.i('加载配置文件 [$file] $config');
logger.i('加载配置文件 [$file]');
enableSsl = config['enableSsl'] == true;
port = config['port'] ?? port;
HostFilter.whitelist.load(config['whitelist']);