Motd paprams name

This commit is contained in:
2021-12-31 15:48:46 +08:00
parent fadbc4dc72
commit 9543fa8409
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O
/**
* 初始化标签
*/
public initLabel(key: string) {
public initDebugLabel(key: string) {
this.key = key;
this.LogLabel = new LogLabel(
`API:${ this.key }`, colorRadio(200, 120, 222)