doc: 更新客户端配置项顺序
This commit is contained in:
parent
43fe7cf209
commit
71956f9a36
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue