Update 2 files

- /_posts/2019-02-01-history.md
- /_posts/2024-11-02-trojan.md
This commit is contained in:
mayx
2025-04-09 17:31:38 +00:00
parent 78d65eae30
commit 9382acdabd
2 changed files with 20 additions and 3 deletions

View File

@ -25,17 +25,17 @@ tags: [Mayx, 计算机, 学习]
<script> <script>
function showcode() { function showcode() {
$('.showbutton').toggle(); $('.showbutton').toggle();
$('.language-code').toggle(); $('.language-bat').toggle();
} }
</script> </script>
<style> <style>
.language-code{ display:none; } .language-bat{ display:none; }
.language-shell{ display:none; } .language-shell{ display:none; }
</style> </style>
<button onclick="showcode()" class="showbutton">Show Code</button> <button onclick="showcode()" class="showbutton">Show Code</button>
<button onclick="showcode()" class="showbutton" style="display:none;">Hide Code</button> <button onclick="showcode()" class="showbutton" style="display:none;">Hide Code</button>
```code ```bat
@echo off @echo off
color f0 color f0
mode con cols=50 lines=10 mode con cols=50 lines=10

File diff suppressed because one or more lines are too long