🏷️ 修复遗漏的 types

This commit is contained in:
BTMuli
2023-05-23 23:58:21 +08:00
parent 215e77b811
commit b8f7b73f05
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ const abyssCookie = ref({
ltoken: "",
ltuid: "",
});
const user = ref({} as TGApp.User.Account.Game);
const user = ref({} as TGApp.Sqlite.Account.Game);
onMounted(async () => {
const curUser = await TGSqlite.getCurAccount();