mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -10,6 +10,11 @@ var util = require('../../util');
|
||||
var Vue = require('../../vue/vue');
|
||||
var Terminal = require('../../terminal');
|
||||
|
||||
Terminal.defaultColors = {
|
||||
bg: 'transparent',
|
||||
fg: 'inherit'
|
||||
};
|
||||
|
||||
const EMPTYPROJECT = {
|
||||
name: '',
|
||||
path: '',
|
||||
@@ -120,6 +125,8 @@ module.exports = Vue.component('app-main', {
|
||||
xterm.open();
|
||||
this.$els.terminal.appendChild(xterm.element);
|
||||
|
||||
console.log(xterm);
|
||||
|
||||
test.forEach(function (line){ xterm.writeln(line); });
|
||||
|
||||
window.AppRuntime[this.project.name] = {
|
||||
|
Reference in New Issue
Block a user