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