From 2ae16b22ebe4024c9d02d3fbbea020de1a411023 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:44:36 +0800 Subject: [PATCH] =?UTF-8?q?docs(constants):=20=E6=9B=B4=E6=96=B0=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将GFramework源代码生成器抽象层命名空间注释更正为GFramework源代码生成器根命名空间 --- GFramework.SourceGenerators.Common/Constants/PathContests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GFramework.SourceGenerators.Common/Constants/PathContests.cs b/GFramework.SourceGenerators.Common/Constants/PathContests.cs index 344b027..3facd8b 100644 --- a/GFramework.SourceGenerators.Common/Constants/PathContests.cs +++ b/GFramework.SourceGenerators.Common/Constants/PathContests.cs @@ -26,7 +26,7 @@ public static class PathContests public const string GameNamespace = $"{BaseNamespace}.Game"; /// - /// GFramework源代码生成器抽象层命名空间 + /// GFramework源代码生成器根命名空间 /// public const string SourceGeneratorsPath = $"{BaseNamespace}.SourceGenerators";