更新文档

This commit is contained in:
Super Manito
2025-06-26 23:58:12 +08:00
parent e1a6016b99
commit 59f8098ddf
3 changed files with 32 additions and 5 deletions

14
docs/theme/partials/copyright.html vendored Normal file
View File

@@ -0,0 +1,14 @@
<div class="md-copyright">
<div class="md-copyright__highlight">
{% if config.copyright %}
{{ config.copyright }}
{% endif %}
</br>
{% if i18n_page_locale == 'zh-Hant' %}
本網站由 Netlify 部署並提供全球 CDN 邊緣網路加速
{% else %}
本网站由 Netlify 部署并提供全球 CDN 边缘网络加速
{% endif %}
<a href="https://www.netlify.com" title="Netlify" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>
</div>
</div>