Files
eyes.sh/templates/auto_reload.html
T
2022-04-01 12:05:54 +08:00

6 lines
502 B
HTML

<div style="margin-left: auto;">
<label><input type="checkbox" class="form-control ml-5 mr-2" id="auto_refresh" {% if monitor == 'true' %} checked {% endif %}>监视刷新</label>
</div>
<div class="mr-5 ml-2">
<img src="/static/help.png" width="17%" height="17%" data-toggle="popover" data-trigger="hover" data-title="自动刷新" data-content="监视频率为20秒,一旦发现新域名,本页面将自动刷新。如果希望监视特定关键词,请在搜索结果页开启"/>
</div>