优化缓存策略--“清理“功能

This commit is contained in:
GoEdgeLab
2023-08-13 19:22:48 +08:00
parent c21214d25c
commit 87ef0b0418
7 changed files with 85 additions and 31 deletions

View File

@@ -23,7 +23,7 @@
<td>
<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>
<p class="comment" v-if="keyType == 'prefix'">每行一个URL目录比如<code-label>https://example.com/hello/</code-label>;如果只填写域名部分,表示清理全站,比如<code-label>https://example.com/</code-label></p>
</td>
</tr>
<tr>