mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 00:35:23 +00:00
实现灵活控制控制台颜色的输出
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user