实现灵活控制控制台颜色的输出

This commit is contained in:
xu_yanfeng
2024-12-25 17:16:11 +08:00
parent a0947d6e0b
commit b29e39a612
6 changed files with 138 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ class CCInspector {
}
}, 300);
}
private terminal = new Terminal('Inject ', 'blue', 'gray');
private terminal = new Terminal('Inject ');
init() {
console.log(...this.terminal.init());
this.watchIsCocosGame();