This commit is contained in:
Dragon Fire
2020-05-24 23:59:51 -04:00
parent 5597a5c5a2
commit 1f08658b9b
+1 -1
View File
@@ -80,7 +80,7 @@ module.exports = class TweetCommand extends Command {
ctx.fillText(time, 31, 275);
const timeLen = ctx.measureText(time).width;
ctx.fillStyle = '#1b95e0';
ctx.fillText('Twitter for Xiao', 31 + timeLen + 10, 275);
ctx.fillText('Twitter for Xiao', 31 + timeLen + 8, 275);
ctx.fillStyle = '#8899a6';
ctx.font = '16px Noto';
ctx.fillText(this.formatNumber(replies), 87, 463);