diff --git a/linker.libs/web/WebServer.cs b/linker.libs/web/WebServer.cs index 59e1d826..91fee27e 100644 --- a/linker.libs/web/WebServer.cs +++ b/linker.libs/web/WebServer.cs @@ -94,6 +94,7 @@ namespace linker.libs.web { ".js","text/javascript; charset=utf-8"}, { ".html","text/html; charset=utf-8"}, { ".css","text/css; charset=utf-8"}, + { ".zip","application/zip"}, { ".pac","application/x-ns-proxy-autoconfig; charset=utf-8"}, }; private string GetContentType(string path) diff --git a/version.txt b/version.txt index ed7a4f7e..ac1bfe65 100644 --- a/version.txt +++ b/version.txt @@ -1,5 +1,5 @@ v1.3.0 -2024-09-05 09:52:18 +2024-09-05 09:54:31 1. 选择是否自动同步配置文件 2. 优化中继 3. 客户端配置文件加密