Update bark server url tips.

This commit is contained in:
ashesofdream 2023-10-18 11:34:09 +08:00 committed by acgnhiki
parent 737cf5be8d
commit c35271f0e0

View File

@ -5,7 +5,7 @@
[nzWarningTip]="syncFailedWarningTip" [nzValidateStatus]="
serverControl.valid && !syncStatus.server ? 'warning' : serverControl
">
<input id="server" type="url" placeholder="默认为官方服务器 https://api.day.app" nz-input formControlName="server" />
<input id="server" type="url" placeholder="默认为官方服务器如果自定义服务器且url带路径url末尾请加上/" nz-input formControlName="server" />
<ng-template #serverErrorTip let-control>
<ng-container *ngIf="control.hasError('pattern')">
server 无效
@ -30,4 +30,4 @@
</ng-template>
</nz-form-control>
</nz-form-item>
</form>
</form>