From 375917f06ce1b7414dda78f7e3f00408273625d9 Mon Sep 17 00:00:00 2001 From: cansnow Date: Tue, 9 Dec 2025 09:27:29 +0800 Subject: [PATCH] emoji --- package.json | 1 + .../ChatingFooter/ChatingActionBar.vue | 90 ++++--- .../components/ChatingFooter/CustomEditor.vue | 102 +++++++- .../components/ChatingFooter/SimpleEditor.vue | 233 ++++++++++++++++++ .../components/ChatingFooter/index.vue | 150 +++++++---- 5 files changed, 481 insertions(+), 95 deletions(-) create mode 100644 pages/conversation/chating/components/ChatingFooter/SimpleEditor.vue diff --git a/package.json b/package.json index cda2634..bd541ee 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "@openim/client-sdk": "^0.0.11-ahpha.1", "date-fns": "^2.30.0", "dayjs": "^1.11.6", + "grapheme-splitter": "^1.0.4", "image-tools": "^1.4.0", "md5": "^2.3.0", "openim-uniapp-polyfill": "^1.4.1", diff --git a/pages/conversation/chating/components/ChatingFooter/ChatingActionBar.vue b/pages/conversation/chating/components/ChatingFooter/ChatingActionBar.vue index cadd61d..05b3ec5 100644 --- a/pages/conversation/chating/components/ChatingFooter/ChatingActionBar.vue +++ b/pages/conversation/chating/components/ChatingFooter/ChatingActionBar.vue @@ -1,26 +1,17 @@