feat: 新增管理员针对用户流水线和证书监控管理功能

1.  新增后台管理页面:用户流水线管理、用户证书监控管理
2.  新增对应前后端接口与控制器
3.  添加多语言国际化配置
4.  修复导入顺序与多余空行问题
5.  补充证书申请类型选项
This commit is contained in:
xiaojunnuo
2026-06-03 01:01:19 +08:00
parent 3db87218ee
commit 021155278e
14 changed files with 1041 additions and 3 deletions
@@ -1,7 +1,7 @@
import { BaseService, ValidateException } from "@certd/lib-server";
import { Provide, Scope, ScopeEnum } from "@midwayjs/core";
import { InjectEntityModel } from "@midwayjs/typeorm";
import { BaseService, ValidateException } from "@certd/lib-server";
import { IsNull, Repository } from "typeorm";
import { Repository } from "typeorm";
import { CertApplyTemplateEntity } from "../entity/cert-apply-template.js";
import { CertApplyTemplateParams, pickCertApplyCustomParams, pickCertApplyTemplateParams } from "./cert-apply-template-fields.js";