Files
waf-platform/EdgeUser/web/views/@default/servers/cache/fetch.html

22 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{$layout}
{$template "menu"}
<div class="margin"></div>
<div><span class="grey">预热缓存指的是预先从源站读取最新内容当用户访问预热后的URL时直接从缓存中返回内容不需要再次回源。</span></div>
<form class="ui form" method="post" data-tea-action="$" data-tea-success="success" data-tea-done="done" data-tea-timeout="600" data-tea-before="before">
<csrf-token></csrf-token>
<table class="ui table selectable definition">
<tr>
<td class="title">
URL列表 *
</td>
<td>
<textarea rows="20" name="urlList" ref="focus"></textarea>
<p class="comment">每行一条,每次最多提交{{maxKeysPerTask}}个URL每天最多提交{{maxKeysPerDay}}个<span v-if="quotaKeysToday > 0">,今日剩余{{quotaKeysToday}}个</span></p>
</td>
</tr>
</table>
<submit-btn v-if="!isRequesting">预热缓存</submit-btn>
<button class="ui button disabled" type="button" v-if="isRequesting">处理中...</button>
</form>