mirror of https://github.com/openspug/spug
U 优化输出样式
parent
b3a0cf724f
commit
1dc47d5212
|
@ -34,7 +34,7 @@ function OutView(props) {
|
||||||
store.tag = ''
|
store.tag = ''
|
||||||
gCurrent = current
|
gCurrent = current
|
||||||
term.setOption('disableStdin', true)
|
term.setOption('disableStdin', true)
|
||||||
term.setOption('fontSize', 40)
|
term.setOption('fontSize', 14)
|
||||||
term.setOption('lineHeight', 1.2)
|
term.setOption('lineHeight', 1.2)
|
||||||
term.setOption('fontFamily', gStore.terminal.fontFamily)
|
term.setOption('fontFamily', gStore.terminal.fontFamily)
|
||||||
term.setOption('theme', {background: '#2b2b2b', foreground: '#A9B7C6', cursor: '#2b2b2b'})
|
term.setOption('theme', {background: '#2b2b2b', foreground: '#A9B7C6', cursor: '#2b2b2b'})
|
||||||
|
|
Loading…
Reference in New Issue