From 9543fa840914c22af8d5b52fb552bd06efeffb1e Mon Sep 17 00:00:00 2001 From: MrKBear Date: Fri, 31 Dec 2021 15:48:46 +0800 Subject: [PATCH] Motd paprams name --- README.md | 6 +++++- miniprogram/core/Api.ts | 2 +- miniprogram/pages/Timetable/TestCore.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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"); } }