Skip to content

Commit c0b065b

Browse files
authored
feat: adapt giscus font
1 parent 75b3c6f commit c0b065b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overrides/partials/comments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
55
<script src="https://giscus.app/client.js" data-repo="RapidAI/RapidOCR" data-repo-id="MDEwOlJlcG9zaXRvcnkzMjY2MTA3NTc="
66
data-category="Q&A" data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMzEzMzAw" data-mapping="title" data-strict="0"
77
data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="preferred_color_scheme"
8-
data-lang="zh-CN" data-loading="lazy" crossorigin="anonymous" async>
8+
data-lang="zh-CN" data-theme="https://cdn.jsdelivr.net/gh/L33Z22L11/giscus-theme/lxgw-wenkai.css" data-loading="lazy" crossorigin="anonymous" async>
99
</script>
1010

1111

@@ -44,4 +44,4 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
4444
})
4545
})
4646
</script>
47-
{% endif %}
47+
{% endif %}

0 commit comments

Comments
 (0)