优化更新

This commit is contained in:
snltty
2024-09-05 09:54:31 +08:00
parent ce3444c8a8
commit 1ded4d6327
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
v1.3.0
2024-09-05 09:52:18
2024-09-05 09:54:31
1. 选择是否自动同步配置文件
2. 优化中继
3. 客户端配置文件加密