Skip to content

Commit

Permalink
Update mstool.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iuv authored May 24, 2024
1 parent cf1e9ae commit 465616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mstool.html
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -76,4 +76,4 @@
init();
var clipboard = new Clipboard('.cpbtn');
</script>
</html>
</html>

0 comments on commit 465616d

Please sign in to comment.