perf: 新增部署到百度云CDN插件

This commit is contained in:
xiaojunnuo
2024-10-23 16:33:53 +08:00
parent 5b148b7ed9
commit f126f9f932
10 changed files with 231 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
count += 1;
}
if (count > freeCount) {
throw new NeedVIPException('免费版最多只能创建10个pipeline');
throw new NeedVIPException('基础版最多只能创建10个pipeline');
}
}
if (!isUpdate) {