docs: 同步项目重命名后的架构文档

This commit is contained in:
Scottxjw
2026-08-13 13:29:56 +08:00
parent 645f46abcd
commit 6e197a0cce
19 changed files with 50 additions and 50 deletions

View File

@@ -53,9 +53,9 @@ private static readonly Regex QfodPattern = new(
```csharp
// Parsers/QfodParser.cs
using System.Text.RegularExpressions;
using WCTDataMiner.Models;
using Gpulse.WCT.DataAnalyzer.Models;
namespace WCTDataMiner.Parsers;
namespace Gpulse.WCT.DataAnalyzer.Parsers;
public class QfodParser : IParser<QfodRecord>
{