mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 03:15:35 +01:00
Update 3 files
- /assets/css/style.scss - /_layouts/post.html - /_layouts/encrypt.html
This commit is contained in:
parent
98e38a212e
commit
368f1eb0d7
3 changed files with 4 additions and 3 deletions
|
|
@ -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/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue