feat: 统一列表搜索清除入口 (#248)

This commit is contained in:
chengma
2026-08-15 17:47:45 +08:00
parent e55e2b59ca
commit 9f354198c7
7 changed files with 65 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@
</select>
<label for="q">关键词</label>
<input id="q" class="shopee-search-field" type="text" name="q" value="{{.Keyword}}" placeholder="请输入搜索关键词">
<a class="button-link" href="/shopee?{{if .DeletedFilter}}deleted=1&{{end}}{{if .UnlinkedFilter}}unlinked=1&{{end}}page_size={{.CurrentPageSize}}">清除</a>
<button type="submit">搜索</button>
</form>