Update 2 files

- /_layouts/post.html
- /_layouts/encrypt.html
This commit is contained in:
mayx
2025-05-17 05:03:00 +00:00
parent 368f1eb0d7
commit d00e310673
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ function onbtnDecrypto() {
document.getElementById("pwinput").style.display = "none";
}
</script>
<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br/>
<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br />
<input id="inputkey" type="password" /> <button onclick="onbtnDecrypto()">解密</button>
</div>
<div id="output"></div> <br/>
<div id="output"></div> <br />