|
|
@ -112,7 +112,8 @@ var initAll = function () {
|
|
|
|
script.setAttribute("data-input-position", "top");
|
|
|
|
script.setAttribute("data-input-position", "top");
|
|
|
|
script.setAttribute("data-theme", theme);
|
|
|
|
script.setAttribute("data-theme", theme);
|
|
|
|
script.setAttribute("data-lang", lang);
|
|
|
|
script.setAttribute("data-lang", lang);
|
|
|
|
script.setAttribute("data-loading", "lazy");
|
|
|
|
// 预先加载评论会更好,这样用户读到那边时,评论就加载好了
|
|
|
|
|
|
|
|
// script.setAttribute("data-loading", "lazy");
|
|
|
|
document.getElementById("giscus-container").appendChild(script);
|
|
|
|
document.getElementById("giscus-container").appendChild(script);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|