fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -215,8 +215,8 @@ Class PreSettingCommand
<a id="Hi_ShellCommands_PreSettingCommand__ctor_" data-uid="Hi.ShellCommands.PreSettingCommand.#ctor*"></a>
<h3 id="Hi_ShellCommands_PreSettingCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_System_Object___" data-uid="Hi.ShellCommands.PreSettingCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.Object[])">
PreSettingCommand(XElement, string, string, params object[])
<h3 id="Hi_ShellCommands_PreSettingCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__System_Object___" data-uid="Hi.ShellCommands.PreSettingCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object},System.Object[])">
PreSettingCommand(XElement, string, string, IProgress&lt;object&gt;, object[])
</h3>
@@ -225,7 +225,7 @@ Class PreSettingCommand
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PreSettingCommand(XElement src, string baseDirectory, string relFile, params object[] res)</code></pre>
<pre><code class="lang-csharp hljs">public PreSettingCommand(XElement src, string baseDirectory, string relFile, IProgress&lt;object&gt; progress, object[] res)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -238,6 +238,9 @@ Class PreSettingCommand
</dd>
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>Relative file path</p>
</dd>
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>Progress reporter for nested preset XML.</p>
</dd>
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
<dd><p>Additional resources</p>