From 20f22183ae8042c20fe3b87918cd3777c6d65bf8 Mon Sep 17 00:00:00 2001 From: xmcp Date: Sun, 3 Feb 2019 12:33:16 +0800 Subject: [PATCH] fuck likenum --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index 4359ae7..cf50023 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -75,7 +75,7 @@ function FlowItem(props) { event.preventDefault(); copy( `${event.target.href}\n`+ - `(${format_time(new Date(props.info.timestamp*1000))} ${props.info.likenum}赞 ${props.info.reply}回复)\n`+ + `(${format_time(new Date(props.info.timestamp*1000))} ${props.info.likenum}关注 ${props.info.reply}回复)\n`+ `${props.info.text}${props.info.type==='image'?' [图片]':props.info.type==='audio'?' [语音]':''}\n`+ props.replies.map((r)=>(r.text)).join('\n') );