Merge remote-tracking branch 'origin/v2-dev' into v2-dev

pull/265/head
xiaojunnuo 2024-11-19 17:51:34 +08:00
commit ea27c96362
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export class PlusService {
}
licenseInfo.license = license;
await this.sysSettingsService.saveSetting(licenseInfo);
await this.updateLicense(license);
};
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });

View File

@ -6,6 +6,9 @@
<div>1. 解析记录应该添加在{{ record.domain }}域名下</div>
<div>2. 要添加的是CNAME类型的记录不是TXT</div>
<div>3. 核对记录值是否是:{{ record.recordValue }}</div>
<div>
4. 运行命令 <a-tag>nslookup -qa=txt {{ record.hostRecord }}{{ record.domain }}</a-tag>
</div>
</div>
</template>
<fs-icon class="ml-5 pointer" icon="mingcute:question-line"></fs-icon>