mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-10 06:31:37 +08:00
新增输出;样式微调
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<title>小墨 | 算法可视化 | Algorithm Visualization</title>
|
||||
|
||||
<!-- 如果使用webpack,请注释掉下面两行,通过 webpack 引入 -->
|
||||
<!-- <link rel="stylesheet" href="./assets/css/index.css"> -->
|
||||
<!-- <link rel="stylesheet" href="./assets/css/svg.css"> -->
|
||||
<link rel="stylesheet" href="./assets/css/index.css">
|
||||
<link rel="stylesheet" href="./assets/css/svg.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -17,12 +17,14 @@
|
||||
<div id="container" class="container">
|
||||
正在加载中,请稍候...
|
||||
</div>
|
||||
<div style="display: grid; place-items: center;">
|
||||
<div id="sidebar" style="display: none;">
|
||||
<div id="control-div">
|
||||
<button id="btn_qucikSort">快速排序</button>
|
||||
<button id="btn_bubbleSort">冒泡排序</button>
|
||||
<!-- <button id="btn_qucikSort">排序算法按钮</button> -->
|
||||
</div>
|
||||
<div id="console-div" style="display: none;">
|
||||
<div id="console-current-array"></div>
|
||||
<div id="console-logs"></div>
|
||||
</div>
|
||||
<div id="console-div"></div>
|
||||
</div>
|
||||
<!-- <div class="header">
|
||||
<h1>小墨 | 算法可视化</h1>
|
||||
@@ -76,7 +78,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user