enhance(client): hidden ads when canHideAds is true
This commit is contained in:
parent
01778e11dc
commit
88c3957085
2 changed files with 1 additions and 13 deletions
|
|
@ -86,10 +86,6 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: [] as string[],
|
||||
},
|
||||
hiddenAds: {
|
||||
where: 'account',
|
||||
default: [] as string[],
|
||||
},
|
||||
|
||||
menu: {
|
||||
where: 'deviceAccount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue