Authored by 于良

Merge branch 'local' into develop

... ... @@ -8,7 +8,7 @@ export default function timeago(timestamp) {
let isNSecondsAgo = timeagoStr.indexOf('秒');
if (timeagoStr === '刚刚' || isNSecondsAgo !== -1) {
return '1分钟前';
return '刚刚';
}
if (timeagoStr === '1天前') {
... ...