mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 fix(achievement): 完善初始化
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @file store modules achievements.ts
|
||||
* @description Achievements store module
|
||||
* @author BTMuli<bt-muli@outlook.com>
|
||||
* @since Alpha v0.1.2
|
||||
* @since Alpha v0.1.3
|
||||
*/
|
||||
|
||||
// vue
|
||||
@@ -22,6 +22,7 @@ export const useAchievementsStore = defineStore(
|
||||
function init (): void {
|
||||
totalAchievements.value = 950;
|
||||
finAchievements.value = 0;
|
||||
lastVersion.value = "v3.6";
|
||||
title.value = getTitle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user