From d71bc6a3c0e95ff21488fe56b2496cdfb4cb5c3d Mon Sep 17 00:00:00 2001 From: Hector PENG Date: Mon, 4 May 2026 04:10:53 +0800 Subject: [PATCH] Updated 'theme/pagetoc.ts'. --- theme/pagetoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/pagetoc.js b/theme/pagetoc.js index 5bfb6df..df97117 100644 --- a/theme/pagetoc.js +++ b/theme/pagetoc.js @@ -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