mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: 新增部署到百度云CDN插件
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user