Skip to content

Commit 6859fdd

Browse files
authored
feat: adapt giscus font
1 parent c0b065b commit 6859fdd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

overrides/partials/comments.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
44

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"
7-
data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="preferred_color_scheme"
8-
data-lang="zh-CN" data-theme="https://cdn.jsdelivr.net/gh/L33Z22L11/giscus-theme/lxgw-wenkai.css" data-loading="lazy" crossorigin="anonymous" async>
9-
</script>
7+
data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top"
8+
data-theme="https://cdn.jsdelivr.net/gh/L33Z22L11/giscus-theme/lxgw-wenkai.css" data-lang="zh-CN"
9+
data-loading="lazy" crossorigin="anonymous" async>
10+
</script>
1011

1112

1213
<!-- Synchronize Giscus theme with palette -->

0 commit comments

Comments
 (0)