From 465616d480a2b87ad122a68056b7fe402b64401c Mon Sep 17 00:00:00 2001 From: ixx <285771659@qq.com> Date: Fri, 24 May 2024 10:27:20 +0800 Subject: [PATCH] Update mstool.html --- mstool.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mstool.html b/mstool.html index ef49fc8..97be9c9 100644 --- a/mstool.html +++ b/mstool.html @@ -34,7 +34,7 @@ let txts = txt.split("\n"); console.log(txts); let out = ""; - out += txts[1].split(":")[1].replace("面试","你好"); + out += txts[1].split(":")[1].replace("面试","")+"你好"; out += txts[2].split(":")[1].split(" ")[1].split("-")[0]+"的面试,"; out += txts[7]; out += " ,链接:"+txts[5]; @@ -76,4 +76,4 @@ init(); var clipboard = new Clipboard('.cpbtn'); - \ No newline at end of file +