diff options
author | mayx | 2025-04-09 17:31:38 +0000 |
---|---|---|
committer | mayx | 2025-04-09 17:31:38 +0000 |
commit | 9382acdabd740565b5a9a34bf6e79af7abf0e40c (patch) | |
tree | c141ab241e711902b4aca68257a617d2833e90c3 /_posts/2019-02-01-history.md | |
parent | 78d65eae30c61e1ed82142dc68309caf5bad2309 (diff) |
Update 2 files
- /_posts/2019-02-01-history.md - /_posts/2024-11-02-trojan.md
Diffstat (limited to '_posts/2019-02-01-history.md')
-rw-r--r-- | _posts/2019-02-01-history.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2019-02-01-history.md b/_posts/2019-02-01-history.md index 44ecfc6..d37b3f0 100644 --- a/_posts/2019-02-01-history.md +++ b/_posts/2019-02-01-history.md @@ -25,17 +25,17 @@ tags: [Mayx, 计算机, 学习] <script> function showcode() { $('.showbutton').toggle(); - $('.language-code').toggle(); + $('.language-bat').toggle(); } </script> <style> -.language-code{ display:none; } +.language-bat{ display:none; } .language-shell{ display:none; } </style> <button onclick="showcode()" class="showbutton">Show Code</button> <button onclick="showcode()" class="showbutton" style="display:none;">Hide Code</button> -```code +```bat @echo off color f0 mode con cols=50 lines=10 |