Browse Source

修改统一搜索,默认热门项目

tags/v1.21.12.1^2
Gitea 4 years ago
parent
commit
a8e4dbe698
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head_navbar.tmpl

+ 1
- 1
templates/base/head_navbar.tmpl View File

@@ -100,7 +100,7 @@
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search_pro"}}..."
style="transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#888888;background:#363840 ;color:#888888;border: none;outline: none;">
<input type="hidden" name="tab" value="{{$.TabName}}">
<input type="hidden" name="sort" value="sort">
<input type="hidden" name="sort" value="hot">
<button style="border: none;background-color: #363840;outline: none;border-radius:5px"><img type = "submit" style="width: 25px; height: 25px;margin: auto;" src="/img/search.svg" >
</button>
<!-- <button class="ui green button">{{.i18n.Tr "explore.search"}}</button> -->


Loading…
Cancel
Save