oops forgot to change the date
这个提交包含在:
父节点
31cdb4aea0
当前提交
c7dfbe50e6
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -27,7 +27,7 @@ export default class AprilFoolsManager {
|
|||
|
||||
constructor() {
|
||||
let today = new Date();
|
||||
this.aprilFoolsEnabled = (today.getDate() === 10 && today.getMonth() === 2); // TODO changer date !
|
||||
this.aprilFoolsEnabled = (today.getDate() === 1 && today.getMonth() === 3);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
正在加载…
在新工单中引用