docs: 同步项目重命名后的架构文档
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"WCTDataMiner": "Debug"
|
||||
"Gpulse.WCT.DataAnalyzer": "Debug"
|
||||
}
|
||||
},
|
||||
"Paths": {
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
```csharp
|
||||
// Configuration/AppSettings.cs
|
||||
namespace WCTDataMiner.Configuration;
|
||||
namespace Gpulse.WCT.DataAnalyzer.Configuration;
|
||||
|
||||
public class AppSettings
|
||||
{
|
||||
@@ -77,7 +77,7 @@ public class PathSettings
|
||||
// Program.cs 配置加载部分
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using WCTDataMiner.Configuration;
|
||||
using Gpulse.WCT.DataAnalyzer.Configuration;
|
||||
|
||||
var builder = Host.CreateDefaultBuilder(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user