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
@@ -180,6 +180,41 @@ Class PacePlayer
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Hi_Common_PacePlayer__ctor_" data-uid="Hi.Common.PacePlayer.#ctor*"></a>
<h3 id="Hi_Common_PacePlayer__ctor_Microsoft_Extensions_Logging_ILogger_" data-uid="Hi.Common.PacePlayer.#ctor(Microsoft.Extensions.Logging.ILogger)">
PacePlayer(ILogger)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PacePlayer(ILogger logger)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>logger</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger">ILogger</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="properties">Properties
</h2>
@@ -315,6 +350,38 @@ The property is true if a task started and the task has not yet finished and <a
<a id="Hi_Common_PacePlayer_Logger_" data-uid="Hi.Common.PacePlayer.Logger*"></a>
<h3 id="Hi_Common_PacePlayer_Logger" data-uid="Hi.Common.PacePlayer.Logger">
Logger
</h3>
<div class="markdown level1 summary"><p>Logger for reporting exceptions during task execution.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ILogger Logger { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger">ILogger</a></dt>
<dd></dd>
</dl>
<a id="Hi_Common_PacePlayer_MainAction_" data-uid="Hi.Common.PacePlayer.MainAction*"></a>
<h3 id="Hi_Common_PacePlayer_MainAction" data-uid="Hi.Common.PacePlayer.MainAction">