feat: 通过插件配置懒加载依赖,动态加载第三方依赖包,精简安装镜像大小

This commit is contained in:
xiaojunnuo
2026-06-19 17:44:57 +08:00
parent 0d97ad67c5
commit 01568ca148
50 changed files with 2009 additions and 211 deletions
@@ -44,7 +44,7 @@ export class AliyunSmsService implements ISmsService {
ctx: SmsPluginCtx<AliyunSmsConfig>;
setCtx(ctx: any) {
async setCtx(ctx: any) {
this.ctx = ctx;
}