Authored by shuaiguo

fix(share-handler):emoji兼容

... ... @@ -44,7 +44,7 @@ function handleProtocol(url) {
const filterEmoji = text => {
text = text.replace(emojiRegex(), '');
text = text.replace(/\ud83c|\ud83d|\ud83e/gi, '');
text = text.replace(/(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, '');
return text;
};
... ...
{
"name": "yoho-community-web",
"version": "6.9.25-2",
"version": "6.9.25-3",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...