chore: 修复输入区导致的高度问题

This commit is contained in:
2025-11-03 17:10:49 +08:00
parent 2dfb2e0316
commit 5b9114aeac
4 changed files with 1323 additions and 892 deletions

View File

@@ -0,0 +1,11 @@
{
"navigationBarTitleText": "AI智能客服",
"navigationBarBackgroundColor": "#ff4544",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f8f8",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"usingComponents": {
"ai-chat-message": "/components/ai-chat-message/ai-chat-message"
}
}