mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-22 21:04:23 +08:00
update daily
This commit is contained in:
@@ -16,9 +16,10 @@ class Achievement {
|
||||
|
||||
initial({achievements}) {
|
||||
this.#achievements = achievements;
|
||||
return this.count;
|
||||
}
|
||||
|
||||
count() {
|
||||
get count() {
|
||||
return Object.keys(this.#achievements).length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user