From a2fd1661b182e9d6142a435536f8ed5e2568f6ec Mon Sep 17 00:00:00 2001 From: tangwang Date: Tue, 9 Dec 2025 15:25:22 +0800 Subject: [PATCH] 前端支持sugg,对接到另外单独的sugg服务 curl "http://localhost:5003/suggest?query=测试&lang=zh&limit=10" --- frontend/index.html | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 209 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 58e9b27..804b3e2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,6 +5,44 @@ Product Search - for Shoplazza +
@@ -29,8 +67,11 @@
- +
+ + +
@@ -142,6 +183,171 @@

SearchEngine © 2025 | API: Loading...

- + + -- libgit2 0.21.2