From 6dac9d5512d7e288f81170ca33ee6b44354db89b Mon Sep 17 00:00:00 2001 From: liujh <2995474215@qq.com> Date: Fri, 27 Feb 2026 14:10:44 +0800 Subject: [PATCH] =?UTF-8?q?feature/customer-service:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E4=B8=8E=E7=94=A8=E6=88=B7=E4=BA=A4=E6=B5=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/index.html | 43 + client/public/admin/chat.html | 74 + client/public/js/chat.js | 89 + client/public/js/client-chat.js | 30 + docs/api/chat-api.md | 137 ++ package-lock.json | 2915 +++++++++++++++++++++++++++++++ package.json | 6 +- server/routes/chat.js | 28 + server/routes/index.js | 3 +- server/server.js | 36 +- 10 files changed, 3353 insertions(+), 8 deletions(-) create mode 100644 client/index.html create mode 100644 client/public/admin/chat.html create mode 100644 client/public/js/chat.js create mode 100644 client/public/js/client-chat.js create mode 100644 docs/api/chat-api.md create mode 100644 package-lock.json create mode 100644 server/routes/chat.js diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..eb4a4bf --- /dev/null +++ b/client/index.html @@ -0,0 +1,43 @@ + + +
+ + +遇到问题?请通过下方的窗口联系人工客服
+