子标签颜色

This commit is contained in:
xu_yanfeng
2024-12-24 21:23:04 +08:00
parent 27f4884216
commit a0947d6e0b
2 changed files with 23 additions and 6 deletions

View File

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