From c81fec55f53dd5b915518d8da089b8e8690e2f09 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 21 Feb 2022 15:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=90=9C=E7=B4=A2=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 5 +++ templates/explore/search_new.tmpl | 86 +++++++-------------------------------- 2 files changed, 19 insertions(+), 72 deletions(-) create mode 100644 public/home/search.js diff --git a/public/home/search.js b/public/home/search.js new file mode 100644 index 000000000..07e8df762 --- /dev/null +++ b/public/home/search.js @@ -0,0 +1,5 @@ +function search(){ + var keyword = document.getElementById("keyword_input").value; + + +} \ No newline at end of file diff --git a/templates/explore/search_new.tmpl b/templates/explore/search_new.tmpl index a4d2dee3d..9237bf703 100644 --- a/templates/explore/search_new.tmpl +++ b/templates/explore/search_new.tmpl @@ -1,16 +1,17 @@ {{template "base/head" .}} +
@@ -48,7 +49,7 @@
- 找到“OpenI”相关项目约为 56 个 + 找到“”相关约为 +
{{template "base/footer" .}} \ No newline at end of file