doc: 更新客户端配置项顺序

This commit is contained in:
Argo-Tianyi 2022-01-21 12:08:09 +08:00
parent 43fe7cf209
commit 71956f9a36
1 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,12 @@
<div class="col-6 col-sm-6">
<BootstrapInput @bind-Value="Value.AppName" placeholder="不可为空50字以内" Readonly="Value.AppName != null"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.Title" placeholder="不可为空50字以内"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.Footer" placeholder="不可为空50字以内"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.HomeUrl" placeholder="不可为空50字以内"></BootstrapInput>
</div>
@ -18,12 +24,6 @@
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.NotificationUrl" placeholder="不可为空50字以内"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.Title" placeholder="不可为空50字以内"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.Footer" placeholder="不可为空50字以内"></BootstrapInput>
</div>
<div class="col-12 col-sm-12">
<BootstrapInput @bind-Value="Value.Icon" placeholder="不可为空2000字以内"></BootstrapInput>
</div>