1
0
mirror of https://gitee.com/coder-xiaomo/algorithm-visualization synced 2025-11-06 16:33:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加深色模式;任务栏样式微调

This commit is contained in:
2022-05-22 00:37:59 +08:00
parent bed6c2b5c8
commit cfccd51156
4 changed files with 152 additions and 3 deletions

View File

@@ -165,6 +165,9 @@
<!-- 主script -->
<!-- <script src="./assets/js/index.js"></script> -->
<!-- 深色模式 -->
<script src="./assets/js/darkmode.js"></script>
<!-- 算法测试 -->
<!-- <script src="./assets/js/algorithm/test.js"></script> -->
</body>