mirror of
https://github.com/certd/certd.git
synced 2026-06-30 16:39:43 +08:00
feat: 通过插件配置懒加载依赖,动态加载第三方依赖包,精简安装镜像大小
This commit is contained in:
@@ -44,7 +44,7 @@ export class AliyunSmsService implements ISmsService {
|
||||
|
||||
ctx: SmsPluginCtx<AliyunSmsConfig>;
|
||||
|
||||
setCtx(ctx: any) {
|
||||
async setCtx(ctx: any) {
|
||||
this.ctx = ctx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user