update daily

This commit is contained in:
Vick Scarlet
2021-11-11 21:37:45 +08:00
parent c06cd9ea62
commit c94e9e7433
18 changed files with 574 additions and 244 deletions
+2 -1
View File
@@ -17,9 +17,10 @@ class Event {
return b;
});
}
return this.count;
}
count() {
get count() {
return Object.keys(this.#events).length;
}