Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2020-04-24 11:39:06 +0800
Commit
917162ba13aaa551d45b8951aafcf1ed5c1f216e
1 parent
d032c65e
fix(share-handler):emoji兼容
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/utils/share-handler.js
package.json
apps/utils/share-handler.js
View file @
917162b
...
...
@@ -44,7 +44,7 @@ function handleProtocol(url) {
const
filterEmoji
=
text
=>
{
text
=
text
.
replace
(
emojiRegex
(),
''
);
text
=
text
.
replace
(
/
\u
d83c|
\u
d83d|
\u
d83e/gi
,
''
);
text
=
text
.
replace
(
/
(\u
d83d
\u
dd76
)
|
\u
d83c|
\u
d83d|
\u
d83e/gi
,
''
);
return
text
;
};
...
...
package.json
View file @
917162b
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.25-
2
"
,
"version"
:
"6.9.25-
3
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment