mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 支持邮件模版设置
This commit is contained in:
@@ -62,4 +62,11 @@ export class AddonGetterService {
|
||||
return await this.getAddonById(id, true, userId);
|
||||
}
|
||||
|
||||
|
||||
async getBlank(type:string,name:string){
|
||||
return await this.getAddonById(null,false,0,{
|
||||
type,name
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user