Skip to content

Commit 0281b8b

Browse files
author
robot
committed
feat:满勤统计
1 parent 3b8ac70 commit 0281b8b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

schedule/check-in.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const whitelist = [
1818
function resetCards() {
1919
for (const name in allUsers) {
2020
allUsers[name].card = 0;
21-
console.log(allUsers[name]);
2221
}
2322
fs.writeFileSync(
2423
path.resolve(__dirname, "../static/users/index.json"),

static/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"users":{"lastUpdateTime":1634469526164},"dailyCheck":{"lastUpdateTime":1634468928120},"checkIn":{"lastUpdateTime":1634468928515}}
1+
{"users":{"lastUpdateTime":1634469526164},"dailyCheck":{"lastUpdateTime":1634468928120},"checkIn":{"lastUpdateTime":1634472011740}}

static/users/index.json

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

0 commit comments

Comments
 (0)