Skip to content

Commit d5f1480

Browse files
author
robot
committed
go
1 parent 27c8117 commit d5f1480

File tree

4 files changed

+1545
-4
lines changed

4 files changed

+1545
-4
lines changed

schedule/daily-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function run(d, issue_number) {
7575
// 仅更新当天的
7676
const lastUpdateTime = meta.dailyCheck ? meta.dailyCheck.lastUpdateTime : -1;
7777
if ((TODAY - getDay(lastUpdateTime)) < 1) {
78-
run(TODAY);
78+
run(23);
7979
} else {
8080
// 更新历史所有的,每天仅全量更新一次
8181
// 1. 记录打卡数据

static/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"users":{"lastUpdateTime":1650810166884},"dailyCheck":{"lastUpdateTime":1650813183798},"checkIn":{"lastUpdateTime":1650813743961},"preCard":true}
1+
{"users":{"lastUpdateTime":1650810166884},"dailyCheck":{"lastUpdateTime":1650814074053},"checkIn":{"lastUpdateTime":1650813743961},"preCard":true}

static/my/solutions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/solution/solutions.json

Lines changed: 1542 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)