mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
Updated 'theme/pagetoc.ts'.
This commit is contained in:
@@ -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", "知识共享许可协议,CC,unisko # gmail.com - 最后修改")
|
||||
text = text.replace("commit", "于提交")
|
||||
|
||||
f.innerHTML = text
|
||||
|
||||
Reference in New Issue
Block a user