优化重写规则中目标URL选项说明

This commit is contained in:
刘祥超
2023-09-25 18:02:35 +08:00
parent 249ea32973
commit 32264f2700
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<td>目标URL *</td>
<td>
<input type="text" name="replace" placeholder="比如 /post/${1}.html" maxlength="500" v-model="rewriteRule.replace"/>
<p class="comment">URL中可以包含一些<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">内置的变量</a>也可以是一个完整的URL比如http://example.com/hello。</p>
<p class="comment">URL中可以包含一些<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">内置的变量</a>并且可以用<code-label>${1}</code-label><code-label>${2}</code-label>等变量形式表示在匹配规则中匹配的第N个括号里的内容也可以是一个完整的URL比如http://example.com/hello。</p>
</td>
</tr>
<tr>