From 1de4c6d33093a36d85b12bb2000e2f6f443b382f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 7 Dec 2018 02:33:53 +0800 Subject: [PATCH] better title fot shanbay checkin --- routes/shanbay/checkin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shanbay/checkin.js b/routes/shanbay/checkin.js index afe5a4b05..6751312d9 100644 --- a/routes/shanbay/checkin.js +++ b/routes/shanbay/checkin.js @@ -36,7 +36,7 @@ module.exports = async (ctx) => { action += `${index === 0 ? '' : ';'}${task.operation}了 ${task.num} ${task.unit}${task.name},学习时间 ${minute} 分 ${second} 秒`; }); return { - title: `${username} 的第 ${item.checkin_days_num} 天打卡`, + title: `${username} 的第 ${item.checkin_days_num} 天扇贝打卡`, pubDate: new Date(`${item.date} 00:00:00+08`), guid: item.id, description: action,