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>
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