From d3e7f5a63933eaae894824ba8cc07afe5e0a5117 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Thu, 30 Jul 2026 15:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5AI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/UniappTool.xml | 3 + .idea/inspectionProfiles/Project_Default.xml | 125 ++ .idea/workspace.xml | 90 +- api/config.js | 1 + api/house-ai-chat.js | 8 + api/house-ai-config.js | 8 + api/house-message.js | 8 + manifest.json | 1 + pages.json | 9 +- pages/ai-house/index.vue | 1212 ++++++++++++++++++ pages/index/index.vue | 810 +++++++----- static/chat.png | Bin 0 -> 8620 bytes sub_pages/house/detail.vue | 23 +- 13 files changed, 1951 insertions(+), 347 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 api/house-ai-chat.js create mode 100644 api/house-ai-config.js create mode 100644 api/house-message.js create mode 100644 pages/ai-house/index.vue create mode 100644 static/chat.png diff --git a/.idea/UniappTool.xml b/.idea/UniappTool.xml index 8694db6..6b7cefe 100644 --- a/.idea/UniappTool.xml +++ b/.idea/UniappTool.xml @@ -4,9 +4,12 @@