diff --git a/README.md b/README.md index 69b2b12..cb2ca54 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,8 @@ 4. 为保证 CI/CD,提交代码前必须保证编译可以通过 -5. 一个文件不要超过 1000 行代码,尽量保证代码可读性 \ No newline at end of file +5. 一个文件不要超过 1000 行代码,尽量保证代码可读性 + +## 贡献者 + +@MrKBear (熊鲜森) \ No newline at end of file diff --git a/miniprogram/core/Api.ts b/miniprogram/core/Api.ts index 66b4e8e..1719382 100644 --- a/miniprogram/core/Api.ts +++ b/miniprogram/core/Api.ts @@ -181,7 +181,7 @@ class API extends Emitter { public constructor() { super(); - this.initLabel("TestApi"); + this.initDebugLabel("TestApi"); } }