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 @@