mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2024-12-25 20:30:34 +08:00
Updated the last-updated.
This commit is contained in:
parent
aa11f3ee1a
commit
cbdf192b38
1
src/images/circled-cc.svg
Normal file
1
src/images/circled-cc.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle cx="36" cy="36" fill="#fff" fill-rule="evenodd" r="26.68"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path clip-rule="evenodd" d="m52.34 44.08c-1.288 1.142-2.984 1.837-4.845 1.837-4.03 0-7.301-3.268-7.301-7.301v-5.84 5.84-5.84c0-4.033 3.271-7.301 7.301-7.301 1.86 0 3.557.695 4.845 1.837" stroke-miterlimit="10" stroke-width="5.84"/><path clip-rule="evenodd" d="m31.78 44.69c-1.288 1.142-2.984 1.837-4.845 1.837-4.03 0-7.301-3.268-7.301-7.301v-5.84 5.84-5.84c0-4.033 3.271-7.301 7.301-7.301 1.86 0 3.557.695 4.845 1.837" stroke-miterlimit="10" stroke-width="5.84"/><circle cx="36" cy="36" r="26.68" stroke-width="4.74"/></g></svg>
|
After Width: | Height: | Size: 732 B |
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user