1
0
mirror of https://gitee.com/coder-xiaomo/algorithm-visualization synced 2025-09-10 14:31:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

bug fixed.

This commit is contained in:
2022-05-18 16:47:17 +08:00
parent 065ef077c0
commit a4607a218a
6 changed files with 41 additions and 25 deletions

View File

@@ -7,20 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小墨 | 算法可视化 | Algorithm Visualization</title>
<!-- 通过 webpack 引入 -->
<!-- 如果使用webpack请注释掉下面两行通过 webpack 引入 -->
<!-- <link rel="stylesheet" href="./assets/css/index.css"> -->
<style>
/* 调整 SVG 中文本定位点到文本中央 */
text {
text-anchor: middle;
dominant-baseline: middle;
}
svg {
user-select: none;
}
</style>
<!-- <link rel="stylesheet" href="./assets/css/svg.css"> -->
</head>
<body>
@@ -83,9 +72,11 @@
<!-- 排序算法 -->
<script src="./assets/js/algorithm/sort.js"></script>
<!-- 主script -->
<script src="./assets/js/index.js"></script>
<!-- 算法测试 -->
<!-- <script src="./assets/js/algorithm/test.js"></script> -->
<script src="./assets/js/algorithm/test.js"></script>
</body>
</html>