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
lea guo
2019-10-25 17:08:52 +0800
Commit
7bd5248dcade8008197da60dd1ab3e3296afe25f
1 parent
59b8393c
社区分享过滤emoji
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/utils/share-handler.js
package.json
apps/utils/share-handler.js
View file @
7bd5248
...
...
@@ -79,6 +79,8 @@ const getDetailShareData = (article, app_version = '6.9.11') => {
hideType
=
[
'8'
,
'9'
];
}
desc
=
desc
.
replace
(
/
\u
D83C
[\u
DF00-
\u
DFFF
]
|
\u
D83D
[\u
DC00-
\u
DE4F
]
/g
,
''
);
return
{
title
:
`@
$
{
article
.
authorName
}
在有货社区上发了一篇内容,快点开看看!`
,
imgUrl
:
handleProtocol
(
...
...
package.json
View file @
7bd5248
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.1
1-beta44
"
,
"version"
:
"6.9.1
2-RELEASE
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment