perf: favicon支持自定义

This commit is contained in:
xiaojunnuo
2024-12-09 00:12:15 +08:00
parent 4042577c0b
commit 8b9c47daf1
6 changed files with 42 additions and 15 deletions

View File

@@ -38,9 +38,9 @@ export class PlusService {
return installInfo.siteId;
}
async active(code: string) {
async active(code: string, inviteCode?: string) {
const plusRequestService = await this.getPlusRequestService();
return await plusRequestService.active(code);
return await plusRequestService.active(code, inviteCode);
}
async updateLicense(license: string) {