This commit is contained in:
lijiejie
2022-04-06 20:36:20 +08:00
parent b0cbbd0d89
commit dec6578ed6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
<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秒,一旦发现新域名,本页面将自动刷新。如果希望监视特定关键词,请在搜索结果页开启"/>
<img src="/static/help.png" width="16" height="16" data-toggle="popover" data-trigger="hover" data-title="自动刷新" data-content="监视频率为20秒,一旦发现新域名,本页面将自动刷新。如果希望监视特定关键词,请在搜索结果页开启"/>
</div>
+1 -1
View File
@@ -55,7 +55,7 @@
<div>
<input class="form-control mr-sm-2 input-sm" size="30" type="text" placeholder="域名" name="domain" value="{{ domain }}">
<button class="btn btn-sm btn-primary my-2 my-sm-0" type="submit">搜索</button>
&nbsp;(子域名 <mark>{{userdomain}}</mark>)
<span class="ml-5">子域名: <mark>{{userdomain}}</mark></span>
</div>
{% include 'auto_reload.html' %}
</form>