🐛 修复数据恢复异常

This commit is contained in:
目棃
2024-06-20 21:49:20 +08:00
parent b87de84a0d
commit 7ea47b4606
6 changed files with 36 additions and 22 deletions

View File

@@ -76,9 +76,9 @@
import { app, os } from "@tauri-apps/api";
import { onMounted, ref } from "vue";
import TGSqlite from "../../plugins/Sqlite";
import { useAchievementsStore } from "../../store/modules/achievements";
import showSnackbar from "../func/snackbar";
import TGSqlite from "../../plugins/Sqlite/index.js";
import { useAchievementsStore } from "../../store/modules/achievements.js";
import showSnackbar from "../func/snackbar.js";
const achievementsStore = useAchievementsStore();