chore: email template优化

This commit is contained in:
xiaojunnuo
2025-12-14 23:19:32 +08:00
parent a6c0d2c6f1
commit de544ec725
9 changed files with 64 additions and 67 deletions
@@ -63,9 +63,9 @@ export class AddonGetterService {
}
async getBlank(type:string,name:string){
async getBlank(addonType:string,subType:string){
return await this.getAddonById(null,false,0,{
type,name
type: addonType, name:subType
})
}