mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: favicon支持自定义
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user