Skip to content

Commit

Permalink
Update Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
a632079 committed Jan 29, 2018
1 parent e86f769 commit b4357fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/controllers/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ module.exports = async (ctx, next) => {
ctx.body = {
name: pkg.name,
version: pkg.version,
message: 'Love us? donate at http://hitokoto.cn/donate',
website: 'http://hitokoto.cn',
message: 'Love us? donate at https://hitokoto.cn/donate',
website: 'https://hitokoto.cn',
requests: {
all: parseInt(now),
pastMinute: parseInt(now) - parseInt(pastMinute),
Expand All @@ -49,7 +49,7 @@ module.exports = async (ctx, next) => {
freejishu: 'i@freejishu.com',
a632079: 'a632079@qq.com'
},
copyright: 'MoeCraft All Rights Reserved. Powered by Teng-koa ( https://github.com/a632079/teng-koa ).',
copyright: 'MoeCraft © ' + new Date().getFullYear() + ' All Rights Reserved. Powered by Teng-koa ( https://github.com/a632079/teng-koa ).',
now: new Date(Date.now()).toString(),
ts: Date.now()
}
Expand Down

0 comments on commit b4357fc

Please sign in to comment.