From 16f4dccc633935f981127a73cd064dd459b04543 Mon Sep 17 00:00:00 2001 From: WindRunnerMax <651525974@qq.com> Date: Mon, 7 Oct 2024 20:47:29 +0800 Subject: [PATCH] 24/10/07 --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3832ee4..b5095c9 100644 --- a/index.html +++ b/index.html @@ -133,8 +133,13 @@ let title = decodeURIComponent( vm.route.path.split("/").slice(-1).pop() ); - if (!title) title = window.$docsify.name; + if (!title) { + title = window.$docsify.name; + } document.title = title; + if (title === "WindRunnerMax") { + title = "WindrunnerMax"; + } for ( let n = document.getElementById("gitalk-container"); n.hasChildNodes();