From 4296226396867ba1112f4aea1d6cabb1aafb1a1d Mon Sep 17 00:00:00 2001 From: yvan <8574526@qq.com> Date: Wed, 13 Aug 2025 09:00:38 +0800 Subject: [PATCH] 1 --- pages.json | 13 +- pages/pets/pet-chat-simple.vue | 431 ++++++++++++++++------ pages/pets/pet-chat.vue | 644 --------------------------------- 3 files changed, 319 insertions(+), 769 deletions(-) delete mode 100644 pages/pets/pet-chat.vue diff --git a/pages.json b/pages.json index 6406af3..91bf9d6 100644 --- a/pages.json +++ b/pages.json @@ -64,19 +64,12 @@ "navigationBarTextStyle": "black" } }, - { - "path": "pages/pets/pet-chat", - "style": { - "navigationBarTitleText": "AI聊天", - "navigationBarBackgroundColor": "#64B5F6", - "navigationBarTextStyle": "white" - } - }, + { "path": "pages/pets/pet-chat-simple", "style": { - "navigationBarTitleText": "AI聊天", - "navigationBarBackgroundColor": "#64B5F6", + "navigationBarTitleText": "宠物会话", + "navigationBarBackgroundColor": "#FF8A80", "navigationBarTextStyle": "white" } }, diff --git a/pages/pets/pet-chat-simple.vue b/pages/pets/pet-chat-simple.vue index acab171..b5d95fe 100644 --- a/pages/pets/pet-chat-simple.vue +++ b/pages/pets/pet-chat-simple.vue @@ -1,93 +1,104 @@