新增按条件选择使用哪种Web框架

This commit is contained in:
2025-09-28 15:01:44 +08:00
parent 13b838c7c7
commit d22b35ce66
8 changed files with 207 additions and 71 deletions

View File

@@ -1,4 +1,5 @@
using System;
#if !Nancy
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@@ -34,3 +35,4 @@ namespace 电子展板.Utility.Web
}
}
#endif