[fix] opfs migration

This commit is contained in:
kwaroran
2023-06-29 05:19:49 +09:00
parent 3d6169b524
commit e4b72c82ea

View File

@@ -61,6 +61,10 @@ export class AutoStorage{
i += 1
}
this.realStorage = opfs
alertStore.set({
type: "none",
msg: ""
})
await forage.setItem("migrated", true)
return
}