优化文字提示

This commit is contained in:
GoEdgeLab
2024-04-20 10:20:10 +08:00
parent 98c3d0b127
commit 34a9cb969c
11 changed files with 17 additions and 17 deletions

View File

@@ -54,7 +54,7 @@
</td>
</tr>
<tr>
<td>是否保留URL参数</td>
<td>保留URL参数</td>
<td>
<div class="ui checkbox">
<input type="checkbox" name="withQuery" value="1" v-model="rewriteRule.withQuery"/>
@@ -64,7 +64,7 @@
</td>
</tr>
<tr>
<td>是否终止往下匹配</td>
<td>终止往下匹配</td>
<td>
<div class="ui checkbox">
<input type="checkbox" name="isBreak" value="1" v-model="rewriteRule.isBreak"/>