Improve ad

This commit is contained in:
syuilo
2021-05-08 12:50:11 +09:00
parent 5b250c15f8
commit 47fa7bb22a
5 changed files with 39 additions and 5 deletions

View File

@@ -55,6 +55,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: []
},
mutedAds: {
where: 'account',
default: [] as string[]
},
menu: {
where: 'deviceAccount',