mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
6 lines
3.4 KiB
JavaScript
6 lines
3.4 KiB
JavaScript
import{_ as e,o,c as s,a}from"./app-BpUB8-Q8.js";const n={},t=a(`<div class="custom-container warning"><p class="custom-container-title">Notice</p><p>Due to maintenance costs, the <code>YukiHookAPI</code> will no longer update this document from version <code>1.3.0</code> and switch to the API document automatically generated by the Dokka plugin in version <code>2.0.0</code>.</p></div><div class="custom-container warning"><p class="custom-container-title">Notice</p><p>The English translation of this page has not been completed, you are welcome to contribute translations to us.</p><p>You can use the <strong>Chrome Translation Plugin</strong> to translate entire pages for reference.</p></div><h1 id="yukihookpriority-class" tabindex="-1"><a class="header-anchor" href="#yukihookpriority-class" aria-hidden="true">#</a> YukiHookPriority <span class="symbol">- class</span></h1><div class="language-kotlin" data-ext="kt"><pre class="shiki github-dark-dimmed" style="background-color:#22272e;" tabindex="0"><code><span class="line"><span style="color:#F47067;">enum</span><span style="color:#ADBAC7;"> </span><span style="color:#F47067;">class</span><span style="color:#ADBAC7;"> </span><span style="color:#F69D50;">YukiHookPriority</span></span>
|
|
<span class="line"></span></code></pre></div><p><strong>Change Records</strong></p><p><code>v1.1.5</code> <code>added</code></p><p><code>v1.2.0</code> <code>modified</code></p><p>移除 <code>internal</code> 对外公开</p><p><strong>Function Illustrate</strong></p><blockquote><p>Hook 回调优先级配置类。</p></blockquote><h2 id="default-enum" tabindex="-1"><a class="header-anchor" href="#default-enum" aria-hidden="true">#</a> DEFAULT <span class="symbol">- enum</span></h2><div class="language-kotlin" data-ext="kt"><pre class="shiki github-dark-dimmed" style="background-color:#22272e;" tabindex="0"><code><span class="line"><span style="color:#ADBAC7;">DEFAULT</span></span>
|
|
<span class="line"></span></code></pre></div><p><strong>Change Records</strong></p><p><code>v1.1.5</code> <code>added</code></p><p><strong>Function Illustrate</strong></p><blockquote><p>默认 Hook 回调优先级。</p></blockquote><h2 id="lowest-enum" tabindex="-1"><a class="header-anchor" href="#lowest-enum" aria-hidden="true">#</a> LOWEST <span class="symbol">- enum</span></h2><div class="language-kotlin" data-ext="kt"><pre class="shiki github-dark-dimmed" style="background-color:#22272e;" tabindex="0"><code><span class="line"><span style="color:#ADBAC7;">LOWEST</span></span>
|
|
<span class="line"></span></code></pre></div><p><strong>Change Records</strong></p><p><code>v1.1.5</code> <code>added</code></p><p><strong>Function Illustrate</strong></p><blockquote><p>延迟回调 Hook 方法结果。</p></blockquote><h2 id="highest-enum" tabindex="-1"><a class="header-anchor" href="#highest-enum" aria-hidden="true">#</a> HIGHEST <span class="symbol">- enum</span></h2><div class="language-kotlin" data-ext="kt"><pre class="shiki github-dark-dimmed" style="background-color:#22272e;" tabindex="0"><code><span class="line"><span style="color:#ADBAC7;">HIGHEST</span></span>
|
|
<span class="line"></span></code></pre></div><p><strong>Change Records</strong></p><p><code>v1.1.5</code> <code>added</code></p><p><strong>Function Illustrate</strong></p><blockquote><p>更快回调 Hook 方法结果。</p></blockquote>`,28),c=[t];function d(i,l){return o(),s("div",null,c)}const p=e(n,[["render",d],["__file","YukiHookPriority.html.vue"]]);export{p as default};
|