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
@@ -16,9 +16,10 @@ class Achievement {
initial({achievements}) {
this.#achievements = achievements;
return this.count;
}
count() {
get count() {
return Object.keys(this.#achievements).length;
}