Updated 'theme/pagetoc.ts'.

This commit is contained in:
Hector PENG
2026-05-04 04:10:53 +08:00
parent 9dc7047578
commit d71bc6a3c0

View File

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