This commit is contained in:
snltty
2024-12-29 20:38:37 +08:00
parent 9ef71ce4cb
commit ec8e407cde
358 changed files with 5909 additions and 5231 deletions

View File

@@ -0,0 +1,12 @@
using linker.libs.web;
namespace linker.messenger.api
{
/// <summary>
/// 本地web管理端服务器
/// </summary>
public sealed class WebServer : libs.web.WebServer, IWebServer
{
}
}