mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-09 14:11:39 +08:00
排序状态下添加停止按钮;样式小调整
This commit is contained in:
@@ -46,8 +46,8 @@ var settings = {
|
||||
}
|
||||
},
|
||||
console: {
|
||||
maxLine: -1,
|
||||
consoleList: [], // 输出列表的数组,不要修改
|
||||
maxLine: -1, // 最大输出的行数,超出后较早的记录将被丢掉 -1 表示不限制
|
||||
consoleList: [], // 输出列表的数组,不要修改
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user