This commit is contained in:
chyyuu
2022-06-30 04:46:48 +00:00
parent bc5a92f498
commit 0e2365f9e9
64 changed files with 64 additions and 64 deletions

View File

@@ -654,7 +654,7 @@ var addUtterances = () => {
script.src = "https://utteranc.es/client.js";
script.async = "async";
script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S");
script.setAttribute("repo", "LearningOS/rust-based-os-comp2022");
script.setAttribute("issue-term", "pathname");
script.setAttribute("theme", "github-light");
script.setAttribute("label", "comments");