From 1d273741a77c8b3ebc9bbada11b89dc3f4d7074e Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 27 Jun 2025 15:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/home/components/AiApply.vue | 148 ++++++ root/home/editTownsman.vue | 553 ++++++++++----------- root/home/quickApplication.vue | 61 ++- root/other/search.vue | 453 ++++++++--------- uni_modules/gao-ChatSSEClient/changelog.md | 13 + .../gao-ChatSSEClient/children/ChatAppAndWeb.vue | 126 +++++ .../gao-ChatSSEClient/children/ChatWxApplet.vue | 74 +++ .../gao-ChatSSEClient/fetch-event-source/fetch.js | 89 ++++ .../gao-ChatSSEClient/fetch-event-source/index.js | 2 + .../gao-ChatSSEClient/fetch-event-source/parse.js | 128 +++++ .../gao-ChatSSEClient/gao-ChatSSEClient.vue | 58 +++ .../components/gao-ChatSSEClient/utils/index.js | 45 ++ uni_modules/gao-ChatSSEClient/package.json | 65 +++ uni_modules/gao-ChatSSEClient/readme.md | 125 +++++ 14 files changed, 1432 insertions(+), 508 deletions(-) create mode 100644 root/home/components/AiApply.vue create mode 100644 uni_modules/gao-ChatSSEClient/changelog.md create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/children/ChatAppAndWeb.vue create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/children/ChatWxApplet.vue create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/fetch-event-source/fetch.js create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/fetch-event-source/index.js create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/fetch-event-source/parse.js create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/gao-ChatSSEClient.vue create mode 100644 uni_modules/gao-ChatSSEClient/components/gao-ChatSSEClient/utils/index.js create mode 100644 uni_modules/gao-ChatSSEClient/package.json create mode 100644 uni_modules/gao-ChatSSEClient/readme.md diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue new file mode 100644 index 0000000..fa68bfb --- /dev/null +++ b/root/home/components/AiApply.vue @@ -0,0 +1,148 @@ + + + + + + \ No newline at end of file diff --git a/root/home/editTownsman.vue b/root/home/editTownsman.vue index 380ab92..84f6fb1 100644 --- a/root/home/editTownsman.vue +++ b/root/home/editTownsman.vue @@ -1,9 +1,9 @@ diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 65d31c0..a9ab272 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -1,7 +1,9 @@