Skip to content

Commit b008b08

Browse files
author
lucifer
committed
feat: 简化写法
1 parent da991a1 commit b008b08

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config/index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
const startTime = new Date();
2-
3-
startTime.setMonth(4);
4-
startTime.setDate(9);
5-
startTime.setHours(16);
6-
startTime.setMinutes(0);
7-
startTime.setSeconds(0);
1+
const startTime = new Date("2021-05-09 16:00:00 GMT");
82
function join(s) {
93
return s
104
.split(/\n/)

0 commit comments

Comments
 (0)