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
@@ -496,8 +496,8 @@ Class License
<h3 id="Hi_Licenses_License_AbortEventHandler" data-uid="Hi.Licenses.License.AbortEventHandler">
AbortEventHandler
<h3 id="Hi_Licenses_License_AbortMessageAction" data-uid="Hi.Licenses.License.AbortMessageAction">
AbortMessageAction
</h3>
@@ -506,7 +506,7 @@ Class License
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static event EventHandler&lt;string&gt; AbortEventHandler</code></pre>
<pre><code class="lang-csharp hljs">public static event Action&lt;string&gt; AbortMessageAction</code></pre>
</div>
@@ -516,7 +516,7 @@ Class License
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>