Fix: default close color term

This commit is contained in:
unitwk 2022-11-27 19:22:23 +08:00
parent 3ae2f4b94f
commit 19b147c424

View File

@ -31,7 +31,7 @@ export default class InstanceConfig {
// terminal option
public terminalOption = {
haveColor: true,
haveColor: false,
pty: true,
ptyWindowCol: 140,
ptyWindowRow: 40