Authored by shuaiguo

Merge branch 'develop'

... ... @@ -22,9 +22,9 @@
<div class="publish-time">
<span>{{publishTime}}</span>
<!-- <div v-if="data.articleId && !share" class="more-wrap">
<div v-if="data.articleId && !share" class="more-wrap">
<i class="iconfont icon-more1" @click="onMore"></i>
</div> -->
</div>
</div>
<!-- <ArticleDetailCommentList ref="commentList" v-if="data.articleId"
:article-id="data.articleId"
... ...
... ... @@ -44,7 +44,7 @@ function handleProtocol(url) {
const filterEmoji = text => {
text = text.replace(emojiRegex(), '');
text = text.replace(/(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, '');
text = text.replace(/(\ud83c\udf2a)|(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, '');
return text;
};
... ...
{
"name": "yoho-community-web",
"version": "6.9.25",
"version": "6.9.27",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...