chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-01 14:07:46 +08:00
co-authored by Cursor
parent 950d09ddb0
commit 2c5c6fd118
12 changed files with 31 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public static class PluginStdio
/// </summary>
public static IConfiguration LoadHostConfiguration()
{
string contentRoot = Environment.GetEnvironmentVariable("MAF1_CONTENT_ROOT");
string? contentRoot = Environment.GetEnvironmentVariable("MAF1_CONTENT_ROOT");
if (string.IsNullOrWhiteSpace(contentRoot) || !Directory.Exists(contentRoot))
{
contentRoot = AppContext.BaseDirectory;