优化界面

This commit is contained in:
GoEdgeLab
2022-06-15 15:52:30 +08:00
parent 19ea8dc354
commit 6ea9763f7e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<tr>
<td>要预热的URL列表</td>
<td>
<textarea name="keys" rows="10" ref="focus"></textarea>
<textarea name="keys" rows="20" ref="focus"></textarea>
<p class="comment">每行一个URL。</p>
</td>
</tr>

View File

@@ -19,7 +19,7 @@
<span v-if="keyType == 'prefix'">要刷新的URL目录列表</span>
</td>
<td>
<textarea name="keys" rows="10" ref="keysBox"></textarea>
<textarea name="keys" rows="20" ref="keysBox"></textarea>
<p class="comment" v-if="keyType == 'key'">每行一个URL比如<code-label>https://example.com/hello/world.html</code-label></p>
<p class="comment" v-if="keyType == 'prefix'">每行一个URL目录比如<code-label>https://example.com/hello/</code-label></p>
</td>