forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
39eabbd2c0
commit
1232286158
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module.exports = (date) ->
|
||||||
|
|
||||||
text =
|
text =
|
||||||
date.get-full-year! + \年 +
|
date.get-full-year! + \年 +
|
||||||
date.get-month! + \月 +
|
date.get-month! + 1 + \月 +
|
||||||
date.get-date! + \日 +
|
date.get-date! + \日 +
|
||||||
' ' +
|
' ' +
|
||||||
date.get-hours! + \時 +
|
date.get-hours! + \時 +
|
||||||
|
|
Loading…
Reference in a new issue