Motd paprams name
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -42,7 +42,7 @@ implements Partial<ILifetime> {
|
||||
|
||||
public constructor() {
|
||||
super();
|
||||
this.initLabel("TestApi");
|
||||
this.initDebugLabel("TestApi");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user