fix(sth): 改了一些东西,下周开写新页面

This commit is contained in:
BTMuli
2023-03-12 19:01:43 +08:00
parent 1297a932ba
commit 6b9c8e73b2
3 changed files with 14 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ const useAchievementsStore = defineStore({
};
},
actions: {
init() {
this.total_achievements = 899;
this.fin_achievements = 0;
},
flushData(seriesMap: TGMap<SeriesMap>) {
let total = 0;
let fin = 0;