Updated the last-updated.

This commit is contained in:
rust-lang.xfoss.com 2023-12-01 14:36:33 +08:00
parent e2553ea889
commit 15167cf36e

View File

@ -65,3 +65,12 @@ if(document.querySelector("#document-not-found404")) {
}
}, 1000);
}
var f = document.getElementById("last-change");
if (f) {
var text = f.innerHTML;
text = text.replace("Last change", "知识共享许可协议CC - 最后修改")
text = text.replace("commit", "于提交")
f.innerHTML = text
}