Files
LinuxMirrors/docs/theme/partials/toc.html
2025-04-25 23:56:37 +08:00

52 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<nav class="md-nav md-nav--secondary" aria-label="{{ title }}">
{% set toc = page.toc %} {% set first = toc | first %} {% if first and first.level == 1 %} {% set toc = first.children %} {% endif %} {% if toc %}
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
{{ title }}
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
{% for toc_item in toc %} {% include "partials/toc-item.html" %} {% endfor %}
</ul>
<div class="md-content" data-md-component="content">
<div class="sponsor sponsor-toc">
<div class="sponsor-label">
<strong>赞助商</strong>
</div>
<div class="sponsor-wrapper sponsor-flex-wrapper-toc">
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-full-row sponsor-item-toc-lighter" target="_blank" href="https://1panel.cn" title="新一代的 Linux 服务器运维管理面板">
<img src="/assets/images/sponsor/1panel.png" alt="1Panel" />
</a>
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" href="https://arcadia.cool" title="一站式代码运维平台">
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="padding: 0 2px" />
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="padding: 0 2px" />
</a>
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" href="https://www.dkdun.cn/aff/VAWGETUL" title="林枫云 - 专注独立IP高频VPSR9/i9系列定制">
<img src="/assets/images/sponsor/linfengyun-light.png#only-light" alt="林枫云" />
<img src="/assets/images/sponsor/linfengyun-dark.png#only-dark" alt="林枫云" />
</a>
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" href="https://www.qiaoxh.com/?from=linuxmirrors.cn" title="乔星欢 - 香港4核4G服务器28元起_香港500Mbps大带宽">
<img src="/assets/images/sponsor/qiaoxh-light.svg#only-light" alt="乔星欢" style="margin-bottom: 6px" />
<img src="/assets/images/sponsor/qiaoxh-dark.svg#only-dark" alt="乔星欢" style="margin-bottom: 6px" />
</a>
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-lighter" target="_blank" href="https://www.sutuoyun.com" title="速拓云 - 国内高防云服务器新用户享5折优惠">
<img src="/assets/images/sponsor/sutuoyun.svg" alt="速拓云" />
</a>
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://yunyoo.cc/aff/KPTJHNWM" title="云悠YUNYOO - 全球高性价比云服务器低至15.99元起">
<img src="/assets/images/sponsor/yunyoo.png" alt="云悠YUNYOO" />
</a>
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://www.shengdaoyun.com" title="圣道云 - 稳定高效云服务器低至9.9元/月起">
<img src="/assets/images/sponsor/shengdaoyun-light.png#only-light" alt="圣道云" />
<img src="/assets/images/sponsor/shengdaoyun-dark.png#only-dark" alt="圣道云" />
</a>
<!-- <a class="sponsor-item" target="_blank" href="/sponsor/">
<span style="font-size: 0.6rem">
<strong>成为赞助商</strong>
</span>
</a> -->
</div>
</div>
</div>
{% endif %}
</nav>