opt:修改一些细节

main
Carson Lin 2022-09-16 10:55:56 +08:00
parent d9013167b8
commit 15a5a627d5
2 changed files with 2 additions and 3 deletions

View File

@ -320,7 +320,7 @@ namespace Luban.Job.Cfg.Utils
} }
else else
{ {
return $"namespace {np}\r\n{{"; return $"namespace {np}\n{{";
} }
} }
public static string CsEndNameSpaceGrace(string np) public static string CsEndNameSpaceGrace(string np)

View File

@ -1,4 +1,4 @@
using Bright.Serialization; using Bright.Serialization;
using System.Collections.Generic; using System.Collections.Generic;
{{ {{
name = x.name name = x.name
@ -8,7 +8,6 @@ using System.Collections.Generic;
}} }}
{{cs_start_name_space_grace x.namespace_with_top_module}} {{cs_start_name_space_grace x.namespace_with_top_module}}
//ÃüÃû¿Õ¼ä{{x.namespace_with_top_module}}
{{~if x.comment != '' ~}} {{~if x.comment != '' ~}}
/// <summary> /// <summary>
/// {{x.escape_comment}} /// {{x.escape_comment}}