改进文字提示

This commit is contained in:
刘祥超
2022-06-27 15:17:54 +08:00
parent f6f003d524
commit 536382ce34

View File

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