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

排序状态下添加停止按钮;样式小调整

This commit is contained in:
2022-06-19 18:51:43 +08:00
parent 9ddeee28e7
commit b6b10ceb54
4 changed files with 20 additions and 5 deletions

View File

@@ -46,8 +46,8 @@ var settings = {
}
},
console: {
maxLine: -1,
consoleList: [], // 输出列表的数组,不要修改
maxLine: -1, // 最大输出的行数,超出后较早的记录将被丢掉 -1 表示不限制
consoleList: [], // 输出列表的数组,不要修改
}
}