diff --git a/pages.json b/pages.json
index 80a9cf9..ded6765 100644
--- a/pages.json
+++ b/pages.json
@@ -13,6 +13,17 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/chat/ChatMainList",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "softinputMode": "adjustPan",
+ "bounce": "none",
+ "titleNView": false
+ }
+ }
+ },
{
"path": "pages/chat/ChatQuickAccess",
"style": {
diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue
index 47bc8a9..4a60a56 100644
--- a/pages/chat/ChatInputArea.vue
+++ b/pages/chat/ChatInputArea.vue
@@ -6,6 +6,7 @@
@@ -27,33 +32,90 @@