优化文字提示

This commit is contained in:
GoEdgeLab
2023-05-23 19:15:35 +08:00
parent 3248c9629e
commit 18ffd4550f
5 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
<td>回源主机名</td>
<td>
<input type="text" name="host" placeholder="比如example.com" maxlength="100"/>
<p class="comment">请求源站时的Host字段值用于修改源站接收到的域名<span v-if="isHTTP">,支持请求变量</span></p>
<p class="comment">请求源站时的Host字段值用于设置源站接收到的域名<span v-if="isHTTP">,支持请求变量</span></p>
</td>
</tr>
<tr>

View File

@@ -40,7 +40,7 @@
<td>回源主机名</td>
<td>
<input type="text" name="host" v-model="origin.host" placeholder="比如example.com" maxlength="100"/>
<p class="comment">请求源站时的Host字段值用于修改源站接收到的域名<span v-if="isHTTP">,支持请求变量</span></p>
<p class="comment">请求源站时的Host字段值用于设置源站接收到的域名<span v-if="isHTTP">,支持请求变量</span></p>
</td>
</tr>
<tr>