diff --git a/.gitignore b/.gitignore index a99e602..5545442 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ BLW_Log/wwwroot/PanelSelectionPic .trae WebApplication2 WebServices +不断升级 diff --git a/BLWLogMonitor.sln b/BLWLogMonitor.sln index e04d2ac..7eecb8c 100644 --- a/BLWLogMonitor.sln +++ b/BLWLogMonitor.sln @@ -33,6 +33,8 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WebApplication3", "WebAppli EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServices", "WebServices\WebServices.csproj", "{D93B795D-4836-40AA-B14A-D742B4F04F14}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "不断升级", "不断升级\不断升级.csproj", "{7198AF97-BC9D-4BC2-8D40-49182E533E5B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -99,6 +101,10 @@ Global {D93B795D-4836-40AA-B14A-D742B4F04F14}.Debug|Any CPU.Build.0 = Debug|Any CPU {D93B795D-4836-40AA-B14A-D742B4F04F14}.Release|Any CPU.ActiveCfg = Release|Any CPU {D93B795D-4836-40AA-B14A-D742B4F04F14}.Release|Any CPU.Build.0 = Release|Any CPU + {7198AF97-BC9D-4BC2-8D40-49182E533E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7198AF97-BC9D-4BC2-8D40-49182E533E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7198AF97-BC9D-4BC2-8D40-49182E533E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7198AF97-BC9D-4BC2-8D40-49182E533E5B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Commonlib/BLWCommandType.cs b/Commonlib/BLWCommandType.cs index 229d12d..596075e 100644 --- a/Commonlib/BLWCommandType.cs +++ b/Commonlib/BLWCommandType.cs @@ -145,6 +145,7 @@ namespace Commonlib /// 读取主机信息 /// 读取主机信息 = 0xB1, + 升级 = 0xB6, /// /// 主机获取指定域名解释的IP ///